diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index 9cb639f..782b783 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -15,24 +15,6 @@ ./forgejo.nix ]; - services.nginx.virtualHosts."lelgenio.xyz" = { - enableACME = true; - forceSSL = true; - root = pkgs.runCommand "www-dir" { } '' - mkdir -p $out - cat > $out/index.html < - - -

- Nothing to see here! -

- - - EOF - ''; - }; - # # Enable networking # networking.networkmanager.enable = true; # Set your time zone. diff --git a/hosts/phantom/nextcloud.nix b/hosts/phantom/nextcloud.nix index 5bddece..52421f2 100644 --- a/hosts/phantom/nextcloud.nix +++ b/hosts/phantom/nextcloud.nix @@ -9,11 +9,6 @@ }; }; - services.nginx.virtualHosts.${config.services.nextcloud.hostName} = { - forceSSL = true; - enableACME = true; - }; - age = { secrets.phantom-nextcloud = { file = ../../secrets/phantom-nextcloud.age;