diff --git a/common.nix b/common.nix index d34e31e..a354948 100644 --- a/common.nix +++ b/common.nix @@ -87,7 +87,7 @@ }; networking.hosts = { - "192.168.88.251" = [ "wiki.it3" ]; + "192.168.88.251" = builtins.attrNames self.nixosConfigurations.mio-mio-mate.config.services.nginx.virtualHosts; "192.168.88.1" = [ "router" ]; };