data model: add TF test #4

Closed
kiara wants to merge 76 commits from data-model-tf-test into main
Showing only changes of commit 81eef54982 - Show all commits

View file

@ -47,7 +47,12 @@ in
## Test VMs don't have a bootloader by default.
boot.loader.grub.enable = false;
users.users.root.openssh.authorizedKeys.keys =
users.mutableUsers = false;
users.users.root = {
password = "password";
hashedPassword = null;
hashedPasswordFile = null;
openssh.authorizedKeys.keys =
let
keys = import ../../../keys;
in
@ -58,6 +63,7 @@ in
# allow continuous deployment access
keys.cd
];
};
}
(mkIf config.enableAcme {