server | cleanup
This commit is contained in:
parent
5bd414d642
commit
937fa20380
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, config, ... }: {
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
pkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "unifi-controller" ];
|
||||
services = {
|
||||
unifi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue