This commit is contained in:
Kiara Grouwstra 2025-08-24 20:10:44 +02:00
parent 9dca16d6b7
commit fb13af9260
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -58,24 +58,6 @@ in
# # builds but won't boot back up # # builds but won't boot back up
# # to be used with --no-bootloader, which i could only find for flakes # # to be used with --no-bootloader, which i could only find for flakes
# boot.loader.grub.enable = false; # boot.loader.grub.enable = false;
users.mutableUsers = false;
users.users.root = {
password = "password";
hashedPassword = null;
hashedPasswordFile = null;
openssh.authorizedKeys.keys =
let
keys = import ../../../keys;
in
lib.attrValues keys.contributors
++ [
# allow our panel vm access to the test machines
keys.panel
# allow continuous deployment access
keys.cd
];
};
} }
(mkIf config.enableAcme { (mkIf config.enableAcme {