hosts/alyssum: (temporarily) allow password login
This commit is contained in:
parent
0638cf6f5f
commit
880316173f
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, modules, modulesPath, ... }: {
|
{ lib, modules, modulesPath, ... }: {
|
||||||
networking.hostName = "alyssum";
|
networking.hostName = "alyssum";
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
@ -25,4 +25,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
me.environment = "headless";
|
me.environment = "headless";
|
||||||
|
|
||||||
|
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
|
||||||
|
services.openssh.settings.PasswordAuthentication = lib.mkForce true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue