From 7925865897f2bdbd9b6d899424cdb8dad87bdc6c Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 22 Mar 2024 09:28:34 -0400 Subject: [PATCH] Only apply system autoupdates on boot --- flake.lock | 6 +++--- modules/base/system.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 197f2c2..0b00b9b 100644 --- a/flake.lock +++ b/flake.lock @@ -222,11 +222,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1710806803, - "narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=", + "lastModified": 1711001935, + "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3", + "rev": "20f77aa09916374aa3141cbc605c955626762c9a", "type": "github" }, "original": { diff --git a/modules/base/system.nix b/modules/base/system.nix index 7988d2d..44cd9d2 100644 --- a/modules/base/system.nix +++ b/modules/base/system.nix @@ -48,6 +48,7 @@ with lib; ]; dates = "daily"; allowReboot = false; + operation = "boot"; # Don't switch, just create a boot entry }; };