diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-03 13:43:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-04 20:48:32 +0200 |
commit | 017baa8d9bf137f1539ac953a33891835a61066c (patch) | |
tree | 28886f7a713f6cd6490b58766d0efb8daba31e77 /hosts/by-name/server2 | |
parent | modules/grocy: Init (diff) | |
download | nixos-server-017baa8d9bf137f1539ac953a33891835a61066c.zip |
Revert "{modules,test}/jitsi-meet: Init"
This reverts commit 8040a61b373621e3e8a3684aecbb5cbf66d895c7. Jitsi did not work, and I think that it will need a better approach than this (i.e., updates to the NixOS module).
Diffstat (limited to 'hosts/by-name/server2')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index a492aed..65e3b24 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -57,10 +57,6 @@ "invidious-router.sils.li" ]; }; - jitsi-meet = { - enable = true; - domain = "jitsi-meet.vhack.eu"; - }; mail = { enable = true; fqdn = "mail.foss-syndicate.org"; |