add /mnt/storage

This commit is contained in:
janis 2025-11-18 15:45:28 +01:00
parent ab6245fe26
commit 74be2fe1d6
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -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" ];