Setup automatic git pull

This commit is contained in:
2024-12-26 23:19:01 +02:00
parent f64574d197
commit 4644f91ac1

View File

@@ -32,5 +32,12 @@
};
nix.extraOptions = "!include /run/secrets/github-access-token";
system.autoUpgrade = {
enable = true;
flake = "github:kyren223/server#default";
dates = "minutely"; # Poll every minute
flags = [ "--option" "tarball-ttl" "0" ]; # Required for polling below 1h
};
system.stateVersion = "24.05";
}