why install jitsi if you have no friends to call with

This commit is contained in:
ChaotiCryptidz 2022-01-01 15:28:45 +00:00
parent 4a5020043d
commit ac69222d7d
3 changed files with 3 additions and 15 deletions

View file

@ -72,11 +72,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1640418986,
"narHash": "sha256-a8GGtxn2iL3WAkY5H+4E0s3Q7XJt6bTOvos9qqxT5OQ=",
"lastModified": 1641016545,
"narHash": "sha256-JMNwvnBzG0RjGG3eH27Y5/GlJ9ryeCdGJfqGbqxnmZY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2",
"rev": "6f05cfdb1e78d36c0337516df674560e4b51c79b",
"type": "github"
},
"original": {

View file

@ -13,7 +13,6 @@
hosts.hetzner-vm.services.nginx
hosts.hetzner-vm.services.invidious
hosts.hetzner-vm.services.vault
hosts.hetzner-vm.services.jitsi
(modulesPath + "/profiles/qemu-guest.nix")
];

View file

@ -1,11 +0,0 @@
{ ... }: {
services.jitsi-meet = {
enable = true;
hostName = "jitsi.owo.monster";
nginx.enable = true;
};
services.nginx.virtualHosts."jitsi.owo.monster" = {
forceSSL = true;
enableACME = true;
};
}