X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fdefault.nix;h=3b3ccc2506415cef23eba34e264302ceb149b336;hb=79f239be693bb2bad9e1cc64a32e874d96cc4cf7;hp=c439b8d8b4c8174b1a25f9ed0476312f4a5646f7;hpb=53b8fad90ea092a5ef958bd0cec50eeff9068538;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index c439b8d..3b3ccc2 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -93,6 +93,7 @@ in ./tellesflorian ./ftp/jerome.nix ./ftp/nassime.nix + ./ftp/florian.nix ./tools/db ./tools/tools ./tools/dav @@ -191,6 +192,7 @@ in services.myWebsites.Connexionswing.production.enable = cfg.production.enable; services.myWebsites.Jerome.production.enable = cfg.production.enable; services.myWebsites.Nassime.production.enable = cfg.production.enable; + services.myWebsites.Florian.production.enable = cfg.production.enable; services.myWebsites.Chloe.integration.enable = cfg.integration.enable; services.myWebsites.Ludivine.integration.enable = cfg.integration.enable; @@ -198,6 +200,7 @@ in services.myWebsites.PiedsJaloux.integration.enable = cfg.integration.enable; services.myWebsites.Connexionswing.integration.enable = cfg.integration.enable; services.myWebsites.TellesFlorian.integration.enable = true; + services.myWebsites.Florian.integration.enable = true; services.myWebsites.apacheConfig = { gzip = {