This commit is contained in:
parent
ade8269ecf
commit
33726bf4c1
1 changed files with 8 additions and 1 deletions
|
@ -61,5 +61,12 @@
|
||||||
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.interfaces.enp16s0.wakeOnLan.enable = true;
|
networking.interfaces.enp17s0.wakeOnLan.enable = true;
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
PermitRootLogin = "no";
|
||||||
|
PasswordAuthentication = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue