auto: bootstrapping bootstrap-nixos
This commit is contained in:
parent
104bcd2615
commit
5fea003213
|
@ -96,7 +96,7 @@ in
|
|||
sshAgentAuth.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ sshPort ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
services = {
|
||||
qemuGuest.enable = true;
|
||||
|
|
Loading…
Reference in New Issue