successful build for laptop
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
];
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
#allowBroken = true;
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
@@ -23,6 +26,8 @@
|
||||
};
|
||||
kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
|
||||
};
|
||||
|
||||
systemd.extraConfig = "DefaultLimitNOFILE=2048";
|
||||
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user