all repos — nixfiles @ 9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa

System and user configuration, managed by nix and home-manager

linde: automatically migrate goatcounter DB
Alan Pearce alan@alanpearce.eu
Sat, 29 Jun 2024 17:11:53 +0200
commit

9dfbbb14469ade2b52fd41a1b88ee2c08ef0cdaa

parent

761908e1e5cb2413fa9af4d0fec406932d31a783

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -353,6 +353,7 @@ package = (import <personal> { inherit pkgs; }).goatcounter;     settings = {
       tls = "proxy";
       websocket = true;
+      automigrate = true;
     };
   };