Fix attic-client

This commit is contained in:
Andreas Zweili 2024-05-08 16:35:05 +02:00
parent 8ab3e9153b
commit 1650c196ad
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ in
Description = "Watch the nix store and upload new paths to attic";
After = [ "network.target" ];
};
Install = {
WantedBy = [ "multi-user.target" ];
};
Install.WantedBy = [ "default.target" ];
Service = {
Type = "simple";
ExecStart = "${atticWatcher}";