mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -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 = {
|
||||
PermitRootLogin = lib.mkDefault "no";
|
||||
PermitRootLogin = lib.mkOverride 1001 "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue