add /mnt/storage
This commit is contained in:
parent
ab6245fe26
commit
74be2fe1d6
|
|
@ -34,6 +34,11 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "noatime" "compress=zstd" ];
|
||||
};
|
||||
"/mnt/storage" = {
|
||||
device = "/dev/disk/by-partuuid/5aa38412-423a-4a68-9066-2e852397bde2";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000" ];
|
||||
};
|
||||
"/home" = {
|
||||
device = "/dev/mapper/crypt0";
|
||||
fsType = "btrfs";
|
||||
|
|
@ -93,6 +98,7 @@
|
|||
"resume_offset=533760"
|
||||
];
|
||||
|
||||
supportedFilesystems = [ "ntfs" "btrfs" ];
|
||||
resumeDevice = "/dev/disk/by-uuid/c6442c5b-119b-4eba-82b3-0b9b89aab03f";
|
||||
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue