diff options
Diffstat (limited to 'Biz/Cloud/Comms')
-rw-r--r-- | Biz/Cloud/Comms/Jitsi.nix | 2 | ||||
-rw-r--r-- | Biz/Cloud/Comms/Mumble.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Cloud/Comms/Jitsi.nix b/Biz/Cloud/Comms/Jitsi.nix index 30e6b44..17aeced 100644 --- a/Biz/Cloud/Comms/Jitsi.nix +++ b/Biz/Cloud/Comms/Jitsi.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: { services.jitsi-meet = { diff --git a/Biz/Cloud/Comms/Mumble.nix b/Biz/Cloud/Comms/Mumble.nix index fed305e..d728a07 100644 --- a/Biz/Cloud/Comms/Mumble.nix +++ b/Biz/Cloud/Comms/Mumble.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: # mumble and related services let |