specify namespace one level up

This commit is contained in:
Vivian 2023-01-16 21:18:47 +01:00
parent 0300b61df7
commit 04fe105b92
5 changed files with 15 additions and 10 deletions

View file

@ -10,8 +10,10 @@
# Enable SSH
services.openssh = {
enable = true;
passwordAuthentication = false;
permitRootLogin = "yes";
settings = {
PasswordAuthentication = true;
PermitRootLogin = "yes";
};
openFirewall = true;
};

View file

@ -7,12 +7,14 @@
memory = 1024;
bios = "ovmf";
};
# Enable SSH
services.openssh = {
enable = true;
passwordAuthentication = false;
permitRootLogin = "yes";
settings = {
PasswordAuthentication = true;
PermitRootLogin = "yes";
};
openFirewall = true;
};