diff options
author | Alan Pearce | 2024-06-29 17:11:53 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 17:11:53 +0200 |
commit | 9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa (patch) | |
tree | 6b6d904373aae656ccbe4e3ae3f7177ac5e1005d /system | |
parent | 761908e1e5cb2413fa9af4d0fec406932d31a783 (diff) | |
download | nixfiles-9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa.tar.lz nixfiles-9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa.tar.zst nixfiles-9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa.zip |
linde: automatically migrate goatcounter DB
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index fc7b5bb0..7b3e944a 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -353,6 +353,7 @@ in settings = { tls = "proxy"; websocket = true; + automigrate = true; }; }; |