nas0: init

This commit is contained in:
41666 2024-03-31 01:06:59 -04:00
parent 5cdd33f559
commit af3c14f4af
4 changed files with 102 additions and 70 deletions

View file

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