Add proxmox-nixos
This commit is contained in:
parent
a7a3cbbc7a
commit
82bb877bfb
3 changed files with 116 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue