diff options
Diffstat (limited to 'config/services')
| -rw-r--r-- | config/services/web/quentin/default.nix | 3 |
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"]; } |
