sync
This commit is contained in:
parent
169964b69b
commit
36b583acb2
9 changed files with 99 additions and 137 deletions
1
nixos/hosts/ts3/.target
Normal file
1
nixos/hosts/ts3/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.1.42
|
16
nixos/hosts/ts3/default.nix
Normal file
16
nixos/hosts/ts3/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ inputs, pkgs, config, lib, ... }: {
|
||||
imports = [
|
||||
../../templates/proxmox-lxc.nix
|
||||
../../server.nix
|
||||
../../features/dns-cache.nix
|
||||
];
|
||||
|
||||
networking.hostName = "ts3";
|
||||
system.stateVersion = "24.11";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
services.teamspeak3 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue