Tweak universe kernel

This commit is contained in:
Nathan McCarty 2023-08-05 14:20:39 -04:00
parent 446c8c869b
commit ff61149acc
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
virtualization = { docker = true; };
};
};
# Use just normal ass linux, without zfs
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3;
boot.supportedFilesystems =
lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "vfat" "xfs" ];
# Configure networking
networking = {
domain = "mccarty.io";