modules/system/settei: add unfree module

This commit is contained in:
Nikodem Rabuliński 2024-11-26 17:19:20 +01:00 committed by Nikodem Rabuliński
parent 6d2e9fc162
commit 35bcbc4898
4 changed files with 22 additions and 3 deletions

View file

@ -6,8 +6,7 @@
settei.user.config.common.desktop.enable = true;
# TODO: Make it a settei module so it's easy to concatenate which pkgs are allowed
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "teams" ];
settei.unfree.allowedPackages = [ "teams" ];
environment.systemPackages = with pkgs; [ teams ];
settei.tailscale = {