remove stevenblack as it caused issues with aspire; lock nix vdcode as it had a bad commit; more aggresively gc; add openrgb; add wifi kernel options (not sure this even helps); add kodi to tux

This commit is contained in:
2025-02-20 12:35:36 +00:00
parent b05de0fb22
commit b1199a7eda
6 changed files with 35 additions and 24 deletions

View File

@@ -15,7 +15,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelPackages = pkgs.linuxPackages_latest;
swapDevices = [{
device = "/var/lib/swapfile";
@@ -23,6 +23,7 @@
}];
hardware.bluetooth.enable = true;
hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;
# networking.hostName = "nixos"; # Define your hostname.
@@ -105,7 +106,7 @@
# networking.firewall.enable = false;
# Block list
networking.stevenblack.enable = true;
# networking.stevenblack.enable = true;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you