Make more things desktop only
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-31 19:48:30 +01:00
parent 3bcf37f394
commit 865c60d557
9 changed files with 9 additions and 9 deletions

View file

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