mumble, nextcloud, jitsi
This commit is contained in:
parent
22cc11b443
commit
63641436a9
10 changed files with 190 additions and 100 deletions
1
nixos/hosts/jitsi/.target
Normal file
1
nixos/hosts/jitsi/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.1.42
|
11
nixos/hosts/jitsi/default.nix
Normal file
11
nixos/hosts/jitsi/default.nix
Normal 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";
|
||||
}
|
1
nixos/hosts/mumble/.target
Normal file
1
nixos/hosts/mumble/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.1.42
|
20
nixos/hosts/mumble/default.nix
Normal file
20
nixos/hosts/mumble/default.nix
Normal 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";
|
||||
};
|
||||
}
|
1
nixos/hosts/nextcloud/.target
Normal file
1
nixos/hosts/nextcloud/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.1.42
|
11
nixos/hosts/nextcloud/default.nix
Normal file
11
nixos/hosts/nextcloud/default.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue