update boot partition to new drive
This commit is contained in:
@@ -28,11 +28,33 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/E846-D998";
|
#device = "/dev/disk/by-uuid/E846-D998";
|
||||||
|
device = "/dev/disk/by-uuid/19BE-8BAA";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Mount ntfs partition
|
||||||
|
fileSystems."/run/media/627C3BDF7C3BAD23" = {
|
||||||
|
device = "/dev/disk/by-uuid/627C3BDF7C3BAD23";
|
||||||
|
fsType = "ntfs-3g";
|
||||||
|
options = [ "rw" "uid=1000"];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Mount ntfs oldfiles drive partition
|
||||||
|
fileSystems."/run/media/oldfiles" = {
|
||||||
|
device = "/dev/disk/by-uuid/E2E26FFFE26FD677";
|
||||||
|
fsType = "ntfs-3g";
|
||||||
|
options = [ "rw" "uid=1000"];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Mount The Vault
|
||||||
|
fileSystems."/run/media/vault" = {
|
||||||
|
device = "/dev/disk/by-uuid/3470646370642DB4";
|
||||||
|
fsType = "ntfs-3g";
|
||||||
|
options = [ "rw" "uid=1000"];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Try to fix hibernation
|
# Try to fix hibernation
|
||||||
|
|||||||
Reference in New Issue
Block a user