simplify user and group definitions
This commit is contained in:
parent
6c69eb8576
commit
d61b185c3a
6 changed files with 7 additions and 23 deletions
|
|
@ -67,9 +67,7 @@ in {
|
|||
extraGroups = [ "bitcoinrpc" "keys" ];
|
||||
home = cfg.dataDir;
|
||||
};
|
||||
users.groups.clightning = {
|
||||
name = "clightning";
|
||||
};
|
||||
users.groups.clightning = {};
|
||||
|
||||
systemd.services.clightning = {
|
||||
description = "Run clightningd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue