all: run update checks every 3 hours.

Allow some hosts to reboot if needed and install the known hosts entry
for xin-secrets-ro
This commit is contained in:
Aaron Bieber 2022-08-26 07:56:20 -06:00
parent 2ad5b18574
commit 1fc1c7f85c
No known key found for this signature in database
5 changed files with 10 additions and 2 deletions

View File

@ -133,8 +133,12 @@ in {
zsh.enable = true;
gnupg.agent.enable = true;
ssh = {
knownHosts."[namish.humpback-trout.ts.net]:2222".publicKey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9jlU5XATs8N90mXuCqrflwOJ+s3s7LefDmFZBx8cCk";
knownHosts = {
"[namish.humpback-trout.ts.net]:2222".publicKey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9jlU5XATs8N90mXuCqrflwOJ+s3s7LefDmFZBx8cCk";
"[git.tapenet.org]:2222".publicKey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkbSJWeWJyJjak/boaMTqzPVq91wfJz1P+I4rnBUsPW";
};
startAgent = true;
extraConfig = "";
};

View File

@ -735,6 +735,7 @@ in {
programs.zsh.enable = true;
system.autoUpgrade.allowReboot = true;
system.stateVersion = "20.03";
}

View File

@ -107,6 +107,7 @@ in {
};
};
system.autoUpgrade.allowReboot = true;
system.stateVersion = "21.11"; # Did you read the comment?
}

View File

@ -193,5 +193,6 @@ in {
nix-top
];
system.autoUpgrade.allowReboot = true;
system.stateVersion = "21.11";
}

View File

@ -17,6 +17,7 @@ with lib; {
enable = true;
allowReboot = false;
flake = "github:qbit/xin";
dates = "*-*-* *:03:00";
};
})
{