From cb290562960af1cabd30963c680f4fea6e91fbf6 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 8 May 2026 01:37:57 +0200 Subject: [PATCH] Sops --- modules/server/sops/default.nix | 1 + systems/sandbox/cfg.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/server/sops/default.nix b/modules/server/sops/default.nix index 3e03a41..6e064ae 100644 --- a/modules/server/sops/default.nix +++ b/modules/server/sops/default.nix @@ -10,6 +10,7 @@ in{ INFOMANIAK_API_KEY = { sopsFile = ./server.yaml; }; } // (lib.genAttrs (map (name: "${lib.toUpper name}") allApps) (name: { owner = "postgres"; + mode = "0644"; sopsFile = ./server.yaml; })); }; diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index ac76081..4d3f4b0 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -37,7 +37,8 @@ db = true; subdomain = "sso"; ip = "10.88.0.125"; - port = 9000 ; + port = 9000; + pubPort = 9999; }; }; };