Some Changes

This commit is contained in:
Ingolf Wagner 2024-01-02 03:22:41 +01:00
parent f9431439d0
commit 1d3ca2a682
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
16 changed files with 19 additions and 28 deletions
nixos/components/network

View file

@ -44,7 +44,7 @@ with lib;
services.nginx.package = pkgs.nginxMainline;
services.nginx.virtualHosts."${config.networking.hostName}.private" = {
default = true;
default = lib.mkDefault true;
locations."/" = {
root = pkgs.landingpage.override {
jsonConfig = [