auto mount hdd

This commit is contained in:
2026-04-14 23:50:38 +03:00
parent 1dea5fe246
commit be62fb5285
+8
View File
@@ -22,6 +22,14 @@
useOSProber = true;
};
# Disks
fileSystems."/mnt/storage" = {
device = "/dev/disk/by-uuid/C4E29B73E29B6906";
fsType = "ntfs-3g";
options = [ "nosuid" "nodev" "nodev" "uid=1000" ];
};
# Use latest kernel.
boot.kernelPackages = pkgs.linuxPackages_latest;