From 054a85411e93aecf4222a13b54e5e2497042ba62 Mon Sep 17 00:00:00 2001 From: Bun Date: Wed, 16 Apr 2025 17:46:07 -0400 Subject: [PATCH] Missed one IP --- hosts/kitty/filesystems/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kitty/filesystems/default.nix b/hosts/kitty/filesystems/default.nix index 6ffba79a..653f9124 100644 --- a/hosts/kitty/filesystems/default.nix +++ b/hosts/kitty/filesystems/default.nix @@ -7,7 +7,7 @@ options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; }; "/home/${config.sysusers.main}/Midas" = { - device = "10.2.0.1:/storage"; + device = "11.0.0.1:/storage"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; };