Add deployment ssh key to all VMs
Some checks failed
CI / build (push) Failing after 1m14s
CI / deploy (docs-ops.qo.is) (push) Has been skipped
CI / deploy (system-vm) (push) Has been skipped

This commit is contained in:
Fabian Hauser 2025-04-19 18:42:34 +03:00
parent 4f79f48b99
commit 90026d2734

View file

@ -13,6 +13,10 @@ with lib;
config = lib.mkIf cfg.enable {
users.users.root.openssh.authorizedKeys = [
"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;