nixos-24.11

This commit is contained in:
2024-12-31 23:33:27 +01:00
parent d81f31d96b
commit e52ddc3314
7 changed files with 103 additions and 225 deletions

View File

@@ -36,8 +36,7 @@
# kernel options
boot = {
kernelPackages = pkgs.linuxPackages_cachyos-lto;
# kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_latest;
kernel.sysctl = {
# dmesg shushhhhh
@@ -79,7 +78,8 @@
# Enable CUPS to print documents.
printing = {
enable = true;
drivers = with pkgs; [ hplip ];
# disabled, build broken
# drivers = with pkgs; [ hplip ];
};
# disable fprintd (doesn't compile, idk)