diff options
Diffstat (limited to 'Biz/Users.nix')
-rw-r--r-- | Biz/Users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Users.nix b/Biz/Users.nix index 879e576..0e544f4 100644 --- a/Biz/Users.nix +++ b/Biz/Users.nix @@ -37,7 +37,7 @@ in { isNormalUser = true; home = "/home/ben"; openssh.authorizedKeys.keys = readKeys ./Keys/Ben.pub; - extraGroups = [ "wheel" "docker" ]; + extraGroups = [ "wheel" "docker" "bitcoind-mainnet" ]; hashedPassword = "$6$SGhdoRB6DhWe$elW8RQE1ebe8JKf1ALW8jGZTPCyn2rpq/0J8MV/A9y8qFMEhA.Z2eiexMgptohZAK5kcGOc6HIUgNzJqnDUvY."; }; |