Compare commits
2 commits
6a75dfdaa6
...
2c679066ef
Author | SHA1 | Date | |
---|---|---|---|
2c679066ef | |||
99a5abbbfe |
2 changed files with 8 additions and 3 deletions
|
@ -13,6 +13,10 @@ with lib;
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
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;
|
boot.loader.grub.enable = true;
|
||||||
|
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
|
@ -3,11 +3,12 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
"schedule": [
|
||||||
|
"* 18-19 * * *"
|
||||||
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"extends": [
|
"automerge": true
|
||||||
"schedule:weekly"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"cloneSubmodules": true,
|
"cloneSubmodules": true,
|
||||||
"nix": {
|
"nix": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue