Allow non-free
This commit is contained in:
parent
7bd4b2a0ee
commit
b1e2feeac1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
] ++ lib.optional (builtins.isString desktop) ./gnome-rdp.nix;
|
] ++ lib.optional (builtins.isString desktop) ./gnome-rdp.nix;
|
||||||
|
|
||||||
# steam , etc
|
# steam , etc
|
||||||
nixpkgs.config.allowUnfree = false;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "sd_mod" "uas" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "sd_mod" "uas" ];
|
||||||
boot.initrd.kernelModules = [ "r8152" ];
|
boot.initrd.kernelModules = [ "r8152" ];
|
||||||
|
|
Loading…
Reference in a new issue