simplify user and group definitions
This commit is contained in:
+1
-3
@@ -98,9 +98,7 @@ in {
|
||||
extraGroups = [ "bitcoinrpc" "keys" ];
|
||||
home = cfg.dataDir;
|
||||
};
|
||||
users.groups.lnd = {
|
||||
name = "lnd";
|
||||
};
|
||||
users.groups.lnd = {};
|
||||
|
||||
systemd.services.lnd = {
|
||||
description = "Run LND";
|
||||
|
||||
Reference in New Issue
Block a user