feat: big ass disk

This commit is contained in:
s-prechtl 2025-09-19 20:36:05 +02:00
parent 3e86476cac
commit 0d8b1f53a2

View file

@ -16,12 +16,19 @@
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
boot.supportedFilesystems = [ "ntfs" ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/5af04782-c4e8-4414-a967-c98415965eee";
fsType = "ext4";
};
fileSystems."/media" = {
device = "/dev/disk/by-partuuid/be8b55ea-2591-4f50-a08e-38e30e1039fe";
fsType = "ntfs-3g";
options = [ "rw" ];
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/6D77-643B";
fsType = "vfat";