WIP: test data model thru VM #11

Closed
kiara wants to merge 70 commits from data-model-test-deployment-plain into deployment-data-model-with-tests
Showing only changes of commit 458e565e4e - Show all commits

View file

@ -42,6 +42,18 @@ in
## Test VMs don't have a bootloader by default. ## Test VMs don't have a bootloader by default.
boot.loader.grub.enable = false; boot.loader.grub.enable = false;
users.users.root.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 {