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

@ -142,7 +142,7 @@ in {
memoryPercent = 25; memoryPercent = 25;
memoryMax = 2147483648; memoryMax = 2147483648;
}; };
#nixpkgs.config.allowUnfree = true; # nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
python-with-my-packages python-with-my-packages

View file

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