summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-06-11 06:39:30 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-06-11 06:39:30 -0400
commit253479567806c748607c882fd4053225033a05e8 (patch)
treee37c46d3cb5e0091d9e2b217fefb63a0a2984a25 /modules
parentf8873b374ac0cb73757e78a55d0c29656b980706 (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/auto-update.nix5
1 files changed, 1 insertions, 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";
};
}