server | cleanup

This commit is contained in:
Don Harper 2025-05-14 20:28:08 -05:00
parent 5bd414d642
commit 937fa20380
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, config, ... }: {
nixpkgs.config.allowUnfreePredicate = pkg:
pkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "unifi-controller" ];
services = {
unifi = {