diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-22 22:07:56 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-22 22:07:56 -0400 |
commit | 664b188096b839dee3c5eaa9301256f3d13eaf9b (patch) | |
tree | 9e2dadeefc657b179519bf37a2faff56f3c833b0 /modules | |
parent | bca72f1d780f9abd7959ce81e153c11913f218f3 (diff) |
Fix
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auto-update.nix | 1 |
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" |