Allow non-free

This commit is contained in:
iFargle 2023-12-04 11:56:02 +09:00
parent 7bd4b2a0ee
commit b1e2feeac1

View file

@ -13,7 +13,7 @@
] ++ lib.optional (builtins.isString desktop) ./gnome-rdp.nix;
# steam , etc
nixpkgs.config.allowUnfree = false;
nixpkgs.config.allowUnfree = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "sd_mod" "uas" ];
boot.initrd.kernelModules = [ "r8152" ];