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;
|
zsh.enable = true;
|
||||||
gnupg.agent.enable = true;
|
gnupg.agent.enable = true;
|
||||||
ssh = {
|
ssh = {
|
||||||
knownHosts."[namish.humpback-trout.ts.net]:2222".publicKey =
|
knownHosts = {
|
||||||
|
"[namish.humpback-trout.ts.net]:2222".publicKey =
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9jlU5XATs8N90mXuCqrflwOJ+s3s7LefDmFZBx8cCk";
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9jlU5XATs8N90mXuCqrflwOJ+s3s7LefDmFZBx8cCk";
|
||||||
|
"[git.tapenet.org]:2222".publicKey =
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkbSJWeWJyJjak/boaMTqzPVq91wfJz1P+I4rnBUsPW";
|
||||||
|
};
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
extraConfig = "";
|
extraConfig = "";
|
||||||
};
|
};
|
||||||
|
@ -735,6 +735,7 @@ in {
|
|||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,6 +107,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
system.stateVersion = "21.11"; # Did you read the comment?
|
system.stateVersion = "21.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,5 +193,6 @@ in {
|
|||||||
nix-top
|
nix-top
|
||||||
];
|
];
|
||||||
|
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ with lib; {
|
|||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
flake = "github:qbit/xin";
|
flake = "github:qbit/xin";
|
||||||
|
dates = "*-*-* *:03:00";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user