nas0: init
This commit is contained in:
parent
5cdd33f559
commit
af3c14f4af
4 changed files with 102 additions and 70 deletions
14
nixos/hosts/nas0/default.nix
Normal file
14
nixos/hosts/nas0/default.nix
Normal 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";
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue