mumble, nextcloud, jitsi

This commit is contained in:
41666 2024-06-13 23:24:06 -04:00
parent 22cc11b443
commit 63641436a9
10 changed files with 190 additions and 100 deletions

View file

@ -0,0 +1 @@
10.100.1.42

View file

@ -0,0 +1,11 @@
{ inputs, pkgs, config, lib, ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
];
networking.hostName = "jitsi";
system.stateVersion = "24.11";
nixpkgs.hostPlatform = "x86_64-linux";
}

View file

@ -0,0 +1 @@
10.100.1.42

View file

@ -0,0 +1,20 @@
{ inputs, pkgs, config, lib, ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
];
networking.hostName = "mumble";
system.stateVersion = "24.11";
nixpkgs.hostPlatform = "x86_64-linux";
services.murmur = {
enable = true;
openFirewall = true;
welcometext = "awawawawawawawawawawawawawawawawawa";
bandwidth = 320000;
registerName = "doll hole";
};
}

View file

@ -0,0 +1 @@
10.100.1.42

View file

@ -0,0 +1,11 @@
{ inputs, pkgs, config, lib, ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
];
networking.hostName = "mumble";
system.stateVersion = "24.11";
nixpkgs.hostPlatform = "x86_64-linux";
}