diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index 962334b..80844ff 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -72,6 +72,11 @@ domain = "status.${config.custom.networking.overlay.domain}"; generateDefaultEndpoints = true; }; + + glance = { + enable = true; + domain = "home.${config.custom.networking.overlay.domain}"; + }; }; }; }