From a76cdbb0c8585398084d94f7409c28e48fcf88af Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 20 Jan 2025 21:16:52 +0000 Subject: [PATCH] add push updates to merlin --- hosts/merlin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/merlin/default.nix b/hosts/merlin/default.nix index cbfe833..e5b9077 100644 --- a/hosts/merlin/default.nix +++ b/hosts/merlin/default.nix @@ -105,7 +105,7 @@ in { enable = true; persistent = false; reboot = true; - pushUpdates = false; + pushUpdates = true; configDir = "/etc/nixos"; onCalendar = "*-*-* 07:00:00"; user = "admin";