mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
enabled user config
This commit is contained in:
parent
a8618709de
commit
e259b0a446
1 changed files with 11 additions and 11 deletions
|
|
@ -30,17 +30,17 @@ in
|
||||||
electrs
|
electrs
|
||||||
];
|
];
|
||||||
|
|
||||||
#users = {
|
users = {
|
||||||
# users = {
|
users = {
|
||||||
# "electrs" = {
|
"electrs" = {
|
||||||
# inherit home;
|
inherit home;
|
||||||
# description = "electrs system user";
|
description = "electrs system user";
|
||||||
# isSystemUser = true;
|
isSystemUser = true;
|
||||||
# group = "bitcoin";
|
group = "bitcoin";
|
||||||
# createHome = true;
|
createHome = true;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
#};
|
};
|
||||||
|
|
||||||
|
|
||||||
#systemd.services.electrs = {
|
#systemd.services.electrs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue