Various updates
This commit is contained in:
parent
0654497bd2
commit
8f8e63ecca
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = mkForce true;
|
PasswordAuthentication = lib.mkForce true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = mkForce true;
|
PasswordAuthentication = lib.mkForce true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = mkForce true;
|
PasswordAuthentication = lib.mkForce true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue