summaryrefslogtreecommitdiff
path: root/config/services/web/quentin
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-15 21:48:10 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-15 21:48:10 +0100
commitb1326e823b9cc23031c1dcf6656b3f93b88bbf8e (patch)
treef5dad3cfafc75989a3d3871047d353206a39b2aa /config/services/web/quentin
parentceb94dc2b322212ee3622927f5f4c289c04a798e (diff)
automatically fetch (non-structural) website updates when updating the system
Diffstat (limited to 'config/services/web/quentin')
-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" ];
}