From 51f1e2e253ed64518ea3d1c6ac2979583e3376c9 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 16 Feb 2023 23:56:39 -0500 Subject: [PATCH] chore: switch folder name --- 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 7f2b306..6b0a725 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/hime"; + { device = "192.168.1.71:/volume1/nextcloud"; fsType = "nfs"; };