]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/websites/httpd-service-builder.nix
Upgrade to nixos-unstable
[perso/Immae/Config/Nix.git] / modules / websites / httpd-service-builder.nix
index ec79a90c0f0dbd583d06af8bdc8b75744c91cf9d..c5f72f96c56a6a08c787c46b32d4784bc5a726b2 100644 (file)
@@ -470,7 +470,7 @@ in
       };
 
       virtualHosts = mkOption {
-        type = with types; attrsOf (submodule (import ./vhost-options.nix));
+        type = with types; attrsOf (submodule (import <nixpkgs/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix>));
         default = {
           localhost = {
             documentRoot = "${pkg}/htdocs";