Create script to deploy in CI #56

Merged
fabianhauser merged 5 commits from 54-deploy-vms-automatically into main 2025-04-19 17:59:46 +02:00
Showing only changes of commit 99a5abbbfe - Show all commits

View file

@ -13,6 +13,10 @@ with lib;
config = lib.mkIf cfg.enable {
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBS65v7n5ozOUjYGuO/dgLC9C5MUGL5kTnQnvWAYP5B3 ci@git.qo.is"
]; # TODO: Move this key to allow CI deployment for all machines.
boot.loader.grub.enable = true;
system.autoUpgrade.allowReboot = true;