summaryrefslogtreecommitdiff
path: root/config/services/web/quentin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/quentin/default.nix')
-rw-r--r--config/services/web/quentin/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix
index f284071..c4f1f44 100644
--- a/config/services/web/quentin/default.nix
+++ b/config/services/web/quentin/default.nix
@@ -7,4 +7,7 @@
forceSSL = true;
enableACME = true;
};
+
+ # automatically fetch (non-structural) website updates when updating the system
+ system.autoUpgrade.flags = [ "--update-input" "personal-webpage/data" ];
}