fix: container port

This commit is contained in:
2024-12-26 22:28:48 -08:00
parent 48f13e05c9
commit 56cee83e7c
2 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,10 @@
"net.ipv4.ip_forward" = 1;
};
services.openssh.enable = true;
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
services.qemuGuest.enable = true;
environment.systemPackages = with pkgs; [