From 253479567806c748607c882fd4053225033a05e8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 11 Jun 2024 06:39:30 -0400 Subject: update --- modules/auto-update.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/auto-update.nix b/modules/auto-update.nix index 996ff81..75f1838 100644 --- a/modules/auto-update.nix +++ b/modules/auto-update.nix @@ -1,12 +1,9 @@ { config, lib, pkgs, ... }: { system.autoUpgrade = { - enable = true; + enable = false; dates = "04:40"; flake = - if config.networking.hostName == "dragon" then - "git+file:///storage/projects/nixos-config.git" - else "git+https://git.orbekk.com/nixos-config.git"; }; } -- cgit v1.2.3