modify partition
This commit is contained in:
@@ -148,6 +148,7 @@ in {
|
|||||||
openal
|
openal
|
||||||
myRizin
|
myRizin
|
||||||
libgit2
|
libgit2
|
||||||
|
ntfs3g
|
||||||
inputs.helix.packages."${pkgs.system}".helix
|
inputs.helix.packages."${pkgs.system}".helix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -54,10 +54,16 @@
|
|||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/hdd1" = {
|
# fileSystems."/mnt/hdd1" = {
|
||||||
device = "/dev/disk/by-uuid/EC40940C4093DC20";
|
# device = "/dev/disk/by-uuid/EC40940C4093DC20";
|
||||||
fsType = "ntfs-3g";
|
# fsType = "ntfs-3g";
|
||||||
options = [ "rw" "uid=1000" "umask=0022" "noauto" ];
|
# options = [ "rw" "uid=1000" "umask=0022" "noauto" ];
|
||||||
|
# };
|
||||||
|
|
||||||
|
fileSystems."/mnt/ssd1" = {
|
||||||
|
device = "UUID=4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "defaults" "ssd" "noatime" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user