Various updates

This commit is contained in:
iFargle 2023-12-13 13:11:45 +09:00
parent 0654497bd2
commit 8f8e63ecca
3 changed files with 3 additions and 3 deletions
nixos/hosts
nixos-iso-console
nixos-iso-desktop
nixos-rpi4-img

View file

@ -13,7 +13,7 @@
openFirewall = false;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = mkForce true;
PasswordAuthentication = lib.mkForce true;
};
};
}

View file

@ -13,7 +13,7 @@
openFirewall = false;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = mkForce true;
PasswordAuthentication = lib.mkForce true;
};
};
}

View file

@ -13,7 +13,7 @@
openFirewall = false;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = mkForce true;
PasswordAuthentication = lib.mkForce true;
};
};
}