🔒️ registration shared secret for matrix

This commit is contained in:
2021-11-14 14:16:56 -05:00
parent 91b3d32222
commit f135df56b3
4 changed files with 20 additions and 4 deletions

9
modules/sops/default.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
let
sources = import ../../nix/sources.nix;
in
{
imports = [ "${sources.sops-nix}/modules/sops" ];
sops.defaultSopsFile = ../../secrets/secrets.yaml;
}