Add ci deploy ssh key to all hosts
All checks were successful
CI / build (push) Successful in 1m26s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m15s
CI / deploy (system-vm) (push) Successful in 1m37s
CI / deploy (system-physical) (push) Successful in 2m12s

This commit is contained in:
Fabian Hauser 2025-05-25 16:54:00 +03:00
parent 975cd43de1
commit b5d6894321
2 changed files with 22 additions and 12 deletions

View file

@ -13,10 +13,6 @@ 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;