auto: bootstrapping bootstrap-nixos

This commit is contained in:
Sam 2024-05-22 21:14:47 +01:00
parent 104bcd2615
commit 5fea003213
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ in
sshAgentAuth.enable = true;
};
networking.firewall.allowedTCPPorts = [ sshPort ];
networking.firewall.allowedTCPPorts = [ 22 ];
services = {
qemuGuest.enable = true;