Separate LXC, VM and microvm configs (it's getting ugly, need to tidy things up soon)
This commit is contained in:
parent
44655068b8
commit
d48bfa332c
4 changed files with 19 additions and 9 deletions
|
@ -84,11 +84,6 @@
|
|||
};
|
||||
services.vm = {
|
||||
enable = true;
|
||||
hostname = "jellyfin";
|
||||
vm_ip = "192.168.1.42";
|
||||
vm_cpu = 4;
|
||||
vm_mem = 8192;
|
||||
macAddr = "02:00:00:00:00:42";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
@ -144,7 +139,7 @@
|
|||
proxy_ip = proxy_host;
|
||||
pgsql_ip = pgsql_host;
|
||||
};
|
||||
services.vm = {
|
||||
services.micro_vm = {
|
||||
enable = true;
|
||||
hostname = "grafana";
|
||||
vm_ip = "192.168.1.20";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue