diff --git a/machines/MacBookPro12.1-hardware-configuration.nix b/machines/MacBookPro12.1-hardware-configuration.nix index 0837dfc..057192c 100644 --- a/machines/MacBookPro12.1-hardware-configuration.nix +++ b/machines/MacBookPro12.1-hardware-configuration.nix @@ -26,10 +26,9 @@ { device = "/dev/disk/by-uuid/37E1-D07F"; fsType = "vfat"; }; - fileSystems."/mnt/nas/music" = { - device = "192.168.1.9:/volume1/music"; + device = "192.168.1.2:/volume1/music"; options = [ "nfsvers=4.2" "x-systemd.automount" "noauto" "rw" "relatime" "user" "acl" "defaults"]; fsType = "nfs"; }; @@ -87,4 +86,4 @@ RuntimeDirectorySize=8G HandleLidSwitchDocked=ignore ''; -} +} \ No newline at end of file