From aebe58df47ad0c9b8f8454fec1fe42e2f4bb8a40 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 3 Dec 2023 00:10:06 -0500 Subject: [PATCH] ame: update nas --- hosts/ame/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ame/hardware-configuration.nix b/hosts/ame/hardware-configuration.nix index a6f8710..e637ffb 100644 --- a/hosts/ame/hardware-configuration.nix +++ b/hosts/ame/hardware-configuration.nix @@ -24,7 +24,7 @@ }; fileSystems."/nas" = { - device = "192.168.1.71:/volume1/ame"; + device = "192.168.1.199:/mnt/Sutoreji/ame"; fsType = "nfs"; };