]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add ftp.immae.eu
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 21 Feb 2019 21:09:43 +0000 (22:09 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 21 Feb 2019 21:09:43 +0000 (22:09 +0100)
nixops/modules/ftp/default.nix

index 321e032c0e05ccbebf25547e8a35084609decbb0..7f3fd621009b1ae9d09c803f6ee2ba6dc4b21d80 100644 (file)
@@ -16,6 +16,7 @@
       postRun = ''
         systemctl restart pure-ftpd.service
       '';
+      extraDomains = { "ftp.immae.eu" = null; };
     };
 
     nixpkgs.config.packageOverrides = oldpkgs: rec {