Fixed Freya deployment
This commit is contained in:
parent
b88cc04996
commit
2916331af1
8 changed files with 121 additions and 70 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
{ lib, ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
permitRootLogin = "prohibit-password";
|
||||
permitRootLogin = lib.mkDefault "prohibit-password";
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue