From b1326e823b9cc23031c1dcf6656b3f93b88bbf8e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 15 Feb 2023 21:48:10 +0100 Subject: automatically fetch (non-structural) website updates when updating the system --- config/services/web/quentin/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/services') 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" ]; } -- cgit v1.2.3