diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |