mumble, nextcloud, jitsi
This commit is contained in:
parent
22cc11b443
commit
63641436a9
10 changed files with 190 additions and 100 deletions
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