summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-22 22:07:56 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-22 22:07:56 -0400
commit664b188096b839dee3c5eaa9301256f3d13eaf9b (patch)
tree9e2dadeefc657b179519bf37a2faff56f3c833b0 /modules
parentbca72f1d780f9abd7959ce81e153c11913f218f3 (diff)
Fix
Diffstat (limited to 'modules')
-rw-r--r--modules/auto-update.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auto-update.nix b/modules/auto-update.nix
index 9260f4a..996ff81 100644
--- a/modules/auto-update.nix
+++ b/modules/auto-update.nix
@@ -3,7 +3,6 @@
system.autoUpgrade = {
enable = true;
dates = "04:40";
- flags = "--tarball-ttl 5"
flake =
if config.networking.hostName == "dragon" then
"git+file:///storage/projects/nixos-config.git"