auto mount hdd
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user