From 92e3f3a0be470315b48297bc17ed029aac6869ae Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 24 Dec 2023 13:48:33 -0500 Subject: [PATCH] arashi: remove nas mount --- hosts/arashi/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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";} ];