@cryptotaxi247 / infra-1 / commits / 036f6017

Ensure sshd is always enabled

Eelco Dolstra committed Jun 29, 2023 at 15:06 UTC 036f6017bbfd7db055fe8009311d1d7046927eab
1 file changed +2
modules/common.nix
+2
@@ -22,4 +22,6 @@ with lib;
22 pkgs.git
23 pkgs.gdb
24 ];
25 +
26 + services.sshd.enable = true;
27 }