diff --git a/hosts/bootstrap/default.nix b/hosts/bootstrap/default.nix index fd86aea..0558758 100644 --- a/hosts/bootstrap/default.nix +++ b/hosts/bootstrap/default.nix @@ -96,7 +96,7 @@ in sshAgentAuth.enable = true; }; - networking.firewall.allowedTCPPorts = [ sshPort ]; + networking.firewall.allowedTCPPorts = [ 22 ]; services = { qemuGuest.enable = true;