diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-15 21:48:10 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-15 21:48:10 +0100 |
| commit | b1326e823b9cc23031c1dcf6656b3f93b88bbf8e (patch) | |
| tree | f5dad3cfafc75989a3d3871047d353206a39b2aa /config/services/web | |
| parent | ceb94dc2b322212ee3622927f5f4c289c04a798e (diff) | |
automatically fetch (non-structural) website updates when updating the system
Diffstat (limited to 'config/services/web')
| -rw-r--r-- | config/services/web/quentin/default.nix | 3 |
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" ]; } |
