successful build for laptop

This commit is contained in:
2025-01-10 11:11:18 -06:00
parent 4db112caca
commit 789661e42d
8 changed files with 65 additions and 57 deletions

View File

@@ -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;