From ce1f39471d090d724d33732a6ea995213666dbf9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 12 Jul 2021 09:51:28 -0400 Subject: Enable jupyter, consolidate ports, open bitcoind --- Biz/Users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Users.nix') 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."; }; -- cgit v1.2.3