specify namespace one level up
This commit is contained in:
parent
686c25a3fb
commit
531b9519bc
5 changed files with 15 additions and 10 deletions
|
@ -10,8 +10,10 @@
|
|||
# Enable SSH
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "yes";
|
||||
settings = {
|
||||
PasswordAuthentication = true;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue