Compare commits

...

2 commits

Author SHA1 Message Date
2c679066ef Set rennovate schedule to run automatically daily.
All checks were successful
CI / build (push) Successful in 1m41s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m32s
CI / deploy (system-vm) (push) Successful in 2m0s
2025-04-19 18:57:37 +03:00
99a5abbbfe Add deployment ssh key to all VMs 2025-04-19 18:54:13 +03:00
2 changed files with 8 additions and 3 deletions

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;

View file

@ -3,11 +3,12 @@
"extends": [
"config:recommended"
],
"schedule": [
"* 18-19 * * *"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
"automerge": true
},
"cloneSubmodules": true,
"nix": {