From 7e3d86e37e0eae753976d43773889c1ad29a317d Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 14 May 2026 23:10:11 +0200 Subject: [PATCH] Simplify --- systems/sandbox/cfg.nix | 63 +++++++++++------------------------------ 1 file changed, 16 insertions(+), 47 deletions(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 9dcec05..4998bfb 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -33,46 +33,21 @@ containers = { # ===== BASE ===== - traefik = { - subdomain = "traefik"; - extra={provider="infomaniak";}; - }; - umami = { - subdomain = "umami"; - }; - authentik = { - subdomain = "sso"; - port = 9000; - }; - searxng = { - subdomain = "searx"; - }; + traefik.subdomain = "traefik"; + traefik.extra={provider="infomaniak";}; + umami.subdomain = "umami"; + authentik.subdomain = "sso"; + searxng.subdomain = "searx"; # ===== CLOUD ===== - nextcloud = { - subdomain = "cloud"; - }; - collabora = { - subdomain = "office"; - }; - etherpad = { - subdomain = "pad"; - }; - ethercalc = { - subdomain = "calc"; - }; - immich = { - subdomain = "pic"; - }; + nextcloud.subdomain = "cloud"; + collabora.subdomain = "office"; + etherpad.subdomain = "pad"; + ethercalc.subdomain = "calc"; + immich.subdomain = "pic"; # ===== FLIX ===== - # invidious = { - # subdomain = "yt"; - # }; - jellyfin = { - subdomain = "flix"; - }; - # servarr = { - # subdomain = "arr"; - # }; + # invidious.subdomain = "yt"; + jellyfin.subdomain = "flix"; + # servarr.subdomain = "arr"; transmission = { subdomain = "arr"; subpath = "p2p"; @@ -82,13 +57,9 @@ # subpath = "hb"; # }; # ===== DEV ===== - gitea = { - subdomain = "git"; - }; + gitea.subdomain = "git"; # ===== HOME ===== - # homeassistant = { - # subdomain = "hass"; - # }; + # homeassistant.subdomain = "hass"; # frigate = { # subdomain = "hass"; # subpath = "cam"; @@ -97,9 +68,7 @@ # subdomain = "hass"; # subpath = "trmnl"; # }; - # influx = { - # subdomain = "metrum"; - # }; + # influx.subdomain = "metrum"; }; }; };