This commit is contained in:
2024-12-27 17:55:41 +02:00
parent 4c213e3f21
commit 3ccafab48a

View File

@@ -45,13 +45,14 @@
secrets.namecheap-api-key = { };
};
nix.extraOptions = "!include /run/secrets/github-access-token";
nix.extraOptions = "!include /run/secrets/namecheap-api-user";
nix.extraOptions = "!include /run/secrets/namecheap-api-key";
system.autoUpgrade = {
enable = true;
flake = "github:kyren223/server#default";
dates = "minutely"; # Poll interval
flags = [
"--impure" # Be able to read from local files
"--no-write-lock-file" # Prevent flake.lock from upgrading
"--option" "tarball-ttl" "0" # Required for polling below 1h
];