summaryrefslogtreecommitdiff
path: root/Biz/Users.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-07-12 09:51:28 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:36 -0500
commitce1f39471d090d724d33732a6ea995213666dbf9 (patch)
treed7ccc5f74a7c8899410efad890a1c04884ad23fa /Biz/Users.nix
parent1934482e8a5beb628b1e6e9db11f9fd274f174a5 (diff)
Enable jupyter, consolidate ports, open bitcoind
Diffstat (limited to 'Biz/Users.nix')
-rw-r--r--Biz/Users.nix2
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.";
};