From 9603fe34ebb0b3623dd64d8763aeec6a370361b6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 7 Mar 2021 15:42:39 -0500 Subject: Re-enable auto-upgrade --- config/auto-upgrade.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/auto-upgrade.nix (limited to 'config') diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix deleted file mode 100644 index 996ff81..0000000 --- a/config/auto-upgrade.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - system.autoUpgrade = { - enable = true; - 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