From 664b188096b839dee3c5eaa9301256f3d13eaf9b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 22 Oct 2022 22:07:56 -0400 Subject: Fix --- modules/auto-update.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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" -- cgit v1.2.3