glance: Init module

This commit is contained in:
SebastianStork 2026-03-09 21:37:16 +01:00
parent fd5acfbcf6
commit 3abf299cd6
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 35 additions and 0 deletions

View file

@ -72,6 +72,11 @@
domain = "status.${config.custom.networking.overlay.domain}";
generateDefaultEndpoints = true;
};
glance = {
enable = true;
domain = "home.${config.custom.networking.overlay.domain}";
};
};
};
}