summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index aa822d0e..ec7b8ef3 100644
--- a/odin.nix
+++ b/odin.nix
@@ -49,7 +49,7 @@
49 ''; 49 '';
50 }; 50 };
51 users.groups."ssh" = { 51 users.groups."ssh" = {
52 members = ["root"]; 52 members = ["uucp" "root"];
53 }; 53 };
54 54
55 networking.firewall = { 55 networking.firewall = {