diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-29 23:23:56 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-29 23:23:56 +0200 |
commit | 8040a61b373621e3e8a3684aecbb5cbf66d895c7 (patch) | |
tree | 443a2e4f34017457189b03cbb599a1be1eddf51f /hosts/by-name/server2/configuration.nix | |
parent | modules/sharkey: Drop pointless dependency on `network-online.target` (diff) | |
download | nixos-server-8040a61b373621e3e8a3684aecbb5cbf66d895c7.zip |
Diffstat (limited to 'hosts/by-name/server2/configuration.nix')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 65e3b24..a492aed 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -57,6 +57,10 @@ "invidious-router.sils.li" ]; }; + jitsi-meet = { + enable = true; + domain = "jitsi-meet.vhack.eu"; + }; mail = { enable = true; fqdn = "mail.foss-syndicate.org"; |