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; };