mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
change priority of PermitRootLogin for install iso to work
This commit is contained in:
parent
bfdc54cd54
commit
0033192efd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = lib.mkDefault "no";
|
PermitRootLogin = lib.mkOverride 1001 "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue