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:
parent
2ad5b18574
commit
1fc1c7f85c
@ -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 = "";
|
||||
};
|
||||
|
@ -735,6 +735,7 @@ in {
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
||||
|
@ -107,6 +107,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "21.11"; # Did you read the comment?
|
||||
}
|
||||
|
||||
|
@ -193,5 +193,6 @@ in {
|
||||
nix-top
|
||||
];
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ with lib; {
|
||||
enable = true;
|
||||
allowReboot = false;
|
||||
flake = "github:qbit/xin";
|
||||
dates = "*-*-* *:03:00";
|
||||
};
|
||||
})
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user