X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fdefault.nix;h=c439b8d8b4c8174b1a25f9ed0476312f4a5646f7;hp=4d5ae23d3564f83403dfca8332c0125917f94ada;hb=53b8fad90ea092a5ef958bd0cec50eeff9068538;hpb=01f21083a897b86bf148f1d2bb9c8edca4d3786a diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index 4d5ae23..c439b8d 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -91,6 +91,8 @@ in ./piedsjaloux ./connexionswing ./tellesflorian + ./ftp/jerome.nix + ./ftp/nassime.nix ./tools/db ./tools/tools ./tools/dav @@ -187,6 +189,8 @@ in services.myWebsites.Aten.production.enable = cfg.production.enable; services.myWebsites.PiedsJaloux.production.enable = cfg.production.enable; 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.Chloe.integration.enable = cfg.integration.enable; services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;