Commit 1e3c0edf3bc9

Vincent Demeester <vincent@sbr.pm>
2020-11-26 22:16:19
systems: disable ssh on naruhodo
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6e18011
Changed files (1)
systems/naruhodo.nix
@@ -65,7 +65,6 @@ in
     desktop.gnome.enable = true;
     laptop.enable = true;
     home = true;
-    ssh.enable = true;
     dev.enable = true;
     yubikey.enable = true;
     virtualization = { enable = true; nested = true; };