summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-03-11 08:50:07 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-03-11 08:50:07 +0100
commit96f452ad36fffa8a944d3b1bbed6dd16cf320f6e (patch)
treebde2e74fa4e3a8ec46aabf53f29be660e91a7b6f /config/services
parent486668c140f504fb6cd8aa8159888dadef164e2a (diff)
autoUpgrade: update default inputs
Diffstat (limited to 'config/services')
-rw-r--r--config/services/web/quentin/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix
index 7344f36..ac617f7 100644
--- a/config/services/web/quentin/default.nix
+++ b/config/services/web/quentin/default.nix
@@ -1,5 +1,6 @@
{
config,
+ lib,
pkgs,
...
}: {
@@ -15,5 +16,5 @@
};
# automatically fetch (non-structural) website updates when updating the system
- personal.nix.autoUpgrade.autoUpdateInputs = ["personal-webpage/data"];
+ personal.nix.autoUpgrade.autoUpdateInputs = lib.mkOptionDefault ["personal-webpage/data"];
}