diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-25 22:12:04 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-25 22:12:04 +0100 |
commit | 87b0880423e4306e156af709a63ab1b565970204 (patch) | |
tree | 5f66ae2e06474ac4c6cda6469cd5b51eeb6d0a84 /hosts | |
parent | feat(mastodon): make secrets configurable (diff) | |
download | nixos-server-87b0880423e4306e156af709a63ab1b565970204.zip |
feat(matrix): make secrets configurable
Diffstat (limited to '')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 1 | ||||
-rw-r--r-- | hosts/by-name/server3/secrets/matrix/passwd.age (renamed from modules/by-name/ma/matrix/passwd.age) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 2afc79f..ec6a39f 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -23,6 +23,7 @@ enable = true; fqdn = "matrix.vhack.eu"; url = "vhack.eu"; + sharedSecretFile = ./secrets/matrix/passwd.age; }; miniflux = { enable = true; diff --git a/modules/by-name/ma/matrix/passwd.age b/hosts/by-name/server3/secrets/matrix/passwd.age index 6386ed6..6386ed6 100644 --- a/modules/by-name/ma/matrix/passwd.age +++ b/hosts/by-name/server3/secrets/matrix/passwd.age |