diff --git a/modules/core/sops.nix b/modules/core/sops.nix index ddb6ee7..1e4847a 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -3,6 +3,7 @@ inputs, username, host, + config, ... }: { @@ -17,7 +18,9 @@ { "systemMailerPassword" = { }; "forgejoWorkerSecret" = { }; - "matrixRegistrationSecret" = { }; + "matrixRegistrationSecret" = { + owner = "matrix-synapse"; + }; } else if (host == "sakura") then {