mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-26 08:10:41 +03:00
joinmarket: fix allowRunAsUsers setting
This option requires user names instead of groups.
This commit is contained in:
parent
fb36f2abe5
commit
1ef8cbb384
@ -282,7 +282,7 @@ in {
|
||||
users.groups.${cfg.group} = {};
|
||||
nix-bitcoin.operator = {
|
||||
groups = [ cfg.group ];
|
||||
allowRunAsUsers = [ cfg.group ];
|
||||
allowRunAsUsers = [ cfg.user ];
|
||||
};
|
||||
|
||||
nix-bitcoin.secrets.jm-wallet-password.user = cfg.user;
|
||||
|
Loading…
Reference in New Issue
Block a user