This commit is contained in:
nicknase27
2026-07-25 23:26:39 +02:00
commit fadcad2d0b
23 changed files with 714 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
pkgs,
lib,
config,
...
}: {
virtualisation.podman.enable = true;
virtualisation.oci-containers.backend = "podman";
services.unifi-os-server = {
enable = true;
uosSystemIP = "10.0.0.10";
openFirewallUiPort = true;
openFirewallServicePorts = true;
};
}