Add proxmox-nixos

This commit is contained in:
JuliusFreudenberger 2025-08-09 10:21:16 +02:00
parent a7a3cbbc7a
commit 82bb877bfb
3 changed files with 116 additions and 1 deletions

View file

@ -35,6 +35,12 @@
};
};
};
services.proxmox-ve = {
enable = true;
ipAddress = "192.168.122.42";
};
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# Most users should NEVER change this value after the initial install, for any reason,