From d230b39dd338171589a4604caee339143e83bad9 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 24 Aug 2024 01:34:41 -0400 Subject: [PATCH] fix attic-watch-store (refactor) Signed-off-by: ahuston-0 --- 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}"; }; }; };