Enable unify v8 service
All checks were successful
Check Flake / check-flake (push) Successful in 56s

This commit is contained in:
2024-05-26 17:24:46 -06:00
parent 0bf0b8b88b
commit 74e41de9d6
2 changed files with 14 additions and 0 deletions

View File

@@ -218,6 +218,7 @@
4534
8097
9091
8443 # unifi
];
virtualisation.oci-containers.backend = "podman";
@@ -227,5 +228,11 @@
configFile = ./dashy.yaml;
};
services.unifi = {
enable = true;
openFirewall = true;
unifiPackage = pkgs.unifi8;
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}