Revert "refactor: explicitly allow unfree packages"

This reverts commit 5131641023.
This commit is contained in:
Oliver Davies 2025-07-28 23:47:15 +01:00
parent 5131641023
commit d818f3a2d7
12 changed files with 7 additions and 64 deletions

View file

@ -1,5 +1,3 @@
{
nixpkgs.allowedUnfreePackages = [ "open-webui" ];
flake.modules.nixos.pc.services.open-webui.enable = true;
}