happystaticbuzz: init

This commit is contained in:
41666 2023-12-30 17:28:06 -05:00
parent bbc6be208e
commit 2070ede4fb
5 changed files with 99 additions and 65 deletions

View file

@ -0,0 +1 @@
192.168.1.114

View file

@ -0,0 +1,15 @@
{ ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
];
networking.hostName = "happystaticbuzz";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
networking.firewall.allowedTCPPorts = [ ];
}