X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fdefault.nix;h=49dc5f7d0e55a338dff8ea102bb2fe9b79720bbd;hb=c336bac4e891ad66c9fa110f840b00cf6bbe72bf;hp=228966f77b208a717969aeeb10217d7efa433855;hpb=46f30ecca2e18c5abc7b270656e2b24f40e029ea;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index 228966f..49dc5f7 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -116,6 +116,7 @@ in ./ftp/nassime.nix ./ftp/florian.nix ./ftp/denisejerome.nix + ./ftp/leila.nix ./ftp/immae.nix ./ftp/release.nix ./ftp/temp.nix @@ -210,6 +211,7 @@ in 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.Leila.production.enable = cfg.production.enable; services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; services.myWebsites.Emilia.production.enable = cfg.production.enable; services.myWebsites.Capitaines.production.enable = cfg.production.enable;