add porcelain-doll-repair

This commit is contained in:
41666 2024-03-24 15:32:46 -04:00
parent 71ab4847a1
commit 8b4a3c1a60
5 changed files with 94 additions and 60 deletions

View file

@ -0,0 +1 @@
10.100.0.3

View file

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