mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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
|
||||
];
|
||||
|
||||
#users = {
|
||||
# users = {
|
||||
# "electrs" = {
|
||||
# inherit home;
|
||||
# description = "electrs system user";
|
||||
# isSystemUser = true;
|
||||
# group = "bitcoin";
|
||||
# createHome = true;
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
users = {
|
||||
users = {
|
||||
"electrs" = {
|
||||
inherit home;
|
||||
description = "electrs system user";
|
||||
isSystemUser = true;
|
||||
group = "bitcoin";
|
||||
createHome = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
#systemd.services.electrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue