This commit is contained in:
Vivian 2023-01-28 21:06:34 +01:00
parent 50e81102cf
commit ecc27801c6
3 changed files with 176 additions and 103 deletions

View file

@ -14,7 +14,7 @@
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxKernel.packages.linux_zen;
# kernelPackages = pkgs.linuxKernel.packages.linux_zen;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
@ -115,6 +115,7 @@
programs.ccache.enable = true;
programs.ccache.packageNames = [
"evolution-data-server"
"mongodb"
];
nix.settings.extra-sandbox-paths =
[ (toString config.programs.ccache.cacheDir) ];