aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/ftp/papa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/ftp/papa.nix')
-rw-r--r--nixops/modules/websites/ftp/papa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/ftp/papa.nix b/nixops/modules/websites/ftp/papa.nix
index aedae63..cdbc1b0 100644
--- a/nixops/modules/websites/ftp/papa.nix
+++ b/nixops/modules/websites/ftp/papa.nix
@@ -34,7 +34,7 @@ in {
34 ]; 34 ];
35 }; 35 };
36 36
37 services.myWebsites.production.vhostConfs.papa = { 37 services.websites.production.vhostConfs.papa = {
38 certName = "papa"; 38 certName = "papa";
39 hosts = [ "surveillance.maison.bbc.bouya.org" ]; 39 hosts = [ "surveillance.maison.bbc.bouya.org" ];
40 root = varDir; 40 root = varDir;