task | formating

This commit is contained in:
Don Harper 2024-10-05 12:39:26 -05:00
parent 6e68c192b0
commit d52d9f64de
3 changed files with 23 additions and 19 deletions

View file

@ -3,10 +3,10 @@
config,
...
}: {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"unifi-controller"
];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"unifi-controller"
];
services = {
unifi = {
enable = true;