From 6ac787523b75f2303f46a8d4568ee650c1febf8d Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 27 Nov 2024 10:18:00 -0500 Subject: [PATCH] Shura: tweak Notes bind --- hosts/Shura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index 64acf59..b9f7e3e 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -107,7 +107,7 @@ in # Mount Gremlin's Notes folder fileSystems."/home/gremlin/Documents/Notes" = { - device = "/home/aires/Documents/Notes/Gremlin"; + device = "/home/aires/Documents/Notes"; options = [ "bind" ]; };