diff options
Diffstat (limited to 'hosts/desktop/hardware-configuration.nix')
| -rw-r--r-- | hosts/desktop/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index e2d32f6..be7bbdc 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -31,7 +31,7 @@ options = [ "noatime" ]; }; - fileSystems."/run/media/adam/hdd" = + fileSystems."/storage" = { device = "/dev/disk/by-uuid/c0dc7c4d-1800-4c84-a04c-5ea7f5e86c4b"; fsType = "ext4"; options = [ "nofail" "noatime" ]; |
