nixos-24.11
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user