From b5d57bf9c868b28e47abdcdfdfe75763413232e3 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 8 May 2026 20:52:08 +0200 Subject: [PATCH] test --- modules/server/sops/default.nix | 1 + systems/sandbox/cfg.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/sops/default.nix b/modules/server/sops/default.nix index fc9d4b8..aca1da9 100644 --- a/modules/server/sops/default.nix +++ b/modules/server/sops/default.nix @@ -5,6 +5,7 @@ let (lib.filterAttrs (name: cfg: (cfg.db or cfg.sops or false)) config.syscfg.server.containers); allApps = lib.unique (listNames ++ containerNames); in{ + sops = allApps; sops.secrets = { CUSTOM = { sopsFile = ./server.yaml; }; } // (lib.genAttrs (map (name: lib.toUpper name) allApps) (name: { diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index e7e9886..520231f 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -31,7 +31,6 @@ enable = true; db = true; subdomain = "sso"; - ip = "10.88.0.125"; port = 9000; pubPort = 9999; };