wrong hardware config *facepalm*

This commit is contained in:
2024-10-18 17:20:25 -05:00
parent 22f3ab8f51
commit 9e7b3a0250
7 changed files with 53 additions and 45 deletions

View File

@@ -8,6 +8,8 @@
};
config = lib.mkIf config.sysconfig.opts.openssh.enable {
networking.firewall.allowedTCPPorts = [ 22 ];
services.openssh = {
enable = true;