fix attic-watch-store (refactor)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-24 01:34:41 -04:00
parent 5d14f5a3bc
commit 76ff59ffae
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -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}";
};
};
};