Change to zen kernel

This commit is contained in:
Johannes Jöns 2023-03-05 00:57:08 +01:00
parent a24c4a099f
commit b5662b3300

View file

@ -15,6 +15,8 @@
boot.supportedFilesystems = [ "ntfs" "zfs" "btrfs" ];
boot.kernelPackages = pkgs.linuxPackages_zen;
networking.networkmanager.enable = true;
time.timeZone = "Europe/Berlin";