many changes

This commit is contained in:
2024-06-03 13:49:35 +02:00
parent c9e4ab6af0
commit 5d0827848e
24 changed files with 844 additions and 163 deletions

View File

@@ -12,7 +12,7 @@
virtualisation = {
oci-containers.containers = {
omada = {
autoStart = false;
autoStart = true;
image = "mbentley/omada-controller:5.9";
volumes = [
"/var/lib/omada/data:/opt/tplink/EAPController/data"
@@ -21,6 +21,7 @@
extraOptions = [
"--network=server"
"--mac-address=1a:c4:04:6e:29:bd"
"--ip=10.42.97.2"
];
};
};