This commit is contained in:
Chris Kruining 2026-03-23 08:24:31 +01:00
parent 793866e621
commit 5b844aab8d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 53 additions and 0 deletions

View file

@ -13,6 +13,12 @@ in {
};
config = mkIf cfg.enable {
${namespace}.services.networking.caddy.hosts = {
"https://${config.networking.hostName}:443" = ''
reverse_proxy http://[::]:2000
'';
};
services.glance = {
enable = true;
openFirewall = true;