From 76ff59ffae1117f598f933a14dc4c34eef557997 Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Sat, 24 Aug 2024 01:34:41 -0400
Subject: [PATCH] fix attic-watch-store (refactor)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
---
 systems/palatine-hill/attic/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/palatine-hill/attic/default.nix b/systems/palatine-hill/attic/default.nix
index 4641a2b..b95f660 100644
--- a/systems/palatine-hill/attic/default.nix
+++ b/systems/palatine-hill/attic/default.nix
@@ -114,7 +114,7 @@
         serviceConfig = {
           Type = "oneshot";
           User = "root";
-          ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}";
+          ExecStart = "${config.nix.package}/bin/nix ${./sync-attic.bash}";
         };
       };
     };