feat: big ass disk
This commit is contained in:
parent
3e86476cac
commit
0d8b1f53a2
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue