summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.nix b/config/nix.nix
index 4c95ce6..fcfe57e 100644
--- a/config/nix.nix
+++ b/config/nix.nix
@@ -1,4 +1,4 @@
-{...}: {
+{lib, ...}: {
personal.nix = {
enable = true;
autoUpgrade.enable = true;
@@ -19,7 +19,7 @@
setFlakeRegistry = true;
};
system.autoUpgrade = {
- flags = [
+ flags = lib.mkForce [
# for reading secrets from a file
"--impure"
];