add porcelain-doll-repair
This commit is contained in:
parent
71ab4847a1
commit
8b4a3c1a60
5 changed files with 94 additions and 60 deletions
1
nixos/hosts/porcelain-doll-repair/.target
Normal file
1
nixos/hosts/porcelain-doll-repair/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.0.3
|
15
nixos/hosts/porcelain-doll-repair/default.nix
Normal file
15
nixos/hosts/porcelain-doll-repair/default.nix
Normal 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";
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue