From fce3ca936e01a1e3f3f895f4334050cd904446b9 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 25 Nov 2024 14:01:47 -0500 Subject: [PATCH] Shura: fix Gremlin notes mount --- hosts/Shura/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index 70c6970..32f703d 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -113,8 +113,8 @@ in }; # Mount Gremlin's Notes folder - fileSystems."/home/gremlin/Documents/Notes/Gremlin" = { - device = "/home/aires/Documents/Notes"; + fileSystems."/home/gremlin/Documents/Notes" = { + device = "/home/aires/Documents/Notes/Gremlin"; options = [ "bind" ]; };