From 1ad5ce0ca080fd6515b78b301a2bc34ce9caec5c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 10 Mar 2026 00:05:38 +0100 Subject: [PATCH] srv-core: Enable glance --- hosts/srv-core/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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}"; + }; }; }; }