X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fproduction.nix;h=6e0c34d7d8cb6789361ca10dcf65c78106380871;hb=17f6eae9907a122d4472da727ae8b1ac1c40c027;hp=0bf2d8fd3891a4e09d71bf8ce2bc3a66d0107508;hpb=4288c2f2431fb782b0d512b1b3749187f2374b6a;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/chloe/production.nix b/modules/private/websites/chloe/production.nix index 0bf2d8f..6e0c34d 100644 --- a/modules/private/websites/chloe/production.nix +++ b/modules/private/websites/chloe/production.nix @@ -34,5 +34,8 @@ in { root = chloe.apache.root; extraConfig = [ chloe.apache.vhostConf ]; }; + services.websites.production.watchPaths = [ + "/var/secrets/webapps/${chloe.app.environment}-chloe" + ]; }; }