From 330117eb132059c90468bb3ce5f3e5b6977b36a0 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 17 Feb 2023 00:04:54 -0500 Subject: [PATCH] oops? --- hosts/hime/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hime/hardware-configuration.nix b/hosts/hime/hardware-configuration.nix index 6b0a725..7f2b306 100644 --- a/hosts/hime/hardware-configuration.nix +++ b/hosts/hime/hardware-configuration.nix @@ -15,7 +15,7 @@ fsType = "ext4"; }; fileSystems."/home/oh/nas" = - { device = "192.168.1.71:/volume1/nextcloud"; + { device = "192.168.1.71:/volume1/hime"; fsType = "nfs"; };