Tweak universe kernel
This commit is contained in:
parent
446c8c869b
commit
ff61149acc
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue