diff --git a/nixos/system/all/nginx-landingpage.nix b/nixos/system/all/nginx-landingpage.nix index 1bcad0c..d715db6 100644 --- a/nixos/system/all/nginx-landingpage.nix +++ b/nixos/system/all/nginx-landingpage.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { -# deprecated + # deprecated services.nginx.virtualHosts."${config.networking.hostName}.private" = { default = true; locations."/" = {