diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-21 15:04:25 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-21 16:05:26 +0100 |
commit | 03777c3d8c67b8b21155c1cdccb56f451cfee089 (patch) | |
tree | 27192665a618181e38c90a7b9a86983f32c2fabe /hosts | |
parent | feat(modules/mastodon): init on server3 (diff) | |
download | nixos-server-03777c3d8c67b8b21155c1cdccb56f451cfee089.zip |
feat(modules/matrix): init on server3
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 470275b..13cd833 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -12,6 +12,11 @@ enableTLD = false; tld = "vhack.eu"; }; + matrix = { + enable = true; + fqdn = "matrix.vhack.eu"; + url = "vhack.eu"; + }; miniflux = { enable = true; domain = "miniflux.foss-syndicate.org"; |