diff --git a/hosts/arashi/hardware-configuration.nix b/hosts/arashi/hardware-configuration.nix index 63c822d..04af3d4 100644 --- a/hosts/arashi/hardware-configuration.nix +++ b/hosts/arashi/hardware-configuration.nix @@ -17,11 +17,6 @@ fsType = "ext4"; }; - fileSystems."/nas" = { - device = "192.168.1.71:/volume1/arashi"; - fsType = "nfs"; - }; - swapDevices = [ {device = "/dev/disk/by-uuid/e9eb4b6a-e9a1-4616-8c82-349d2f38d140";} ];