clightning: Remove clightning "bitcoinrpc" membership
Secrets are written to clightning config file during preStart with root permissions because of PermissionsStartOnly.
This commit is contained in:
parent
393ab0fb3c
commit
04c6936ce9
@ -76,7 +76,6 @@ in {
|
|||||||
users.users.clightning = {
|
users.users.clightning = {
|
||||||
description = "clightning User";
|
description = "clightning User";
|
||||||
group = "clightning";
|
group = "clightning";
|
||||||
extraGroups = [ "bitcoinrpc" ];
|
|
||||||
};
|
};
|
||||||
users.groups.clightning = {};
|
users.groups.clightning = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user