Skip to content

Commit

Permalink
Merge pull request #85 from serokell/Sereja313/cd-pipeline
Browse files Browse the repository at this point in the history
[Chore] Add sudo to restart call
  • Loading branch information
Sereja313 authored Mar 9, 2023
2 parents 801ec28 + 30eea41 commit c637be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
profiles = {
tzbot.path = deploy-rs.lib.x86_64-linux.activate.custom
self.packages.x86_64-linux.tzbot
"/run/current-system/sw/bin/systemctl restart tzbot";
"sudo /run/current-system/sw/bin/systemctl restart tzbot";
};
};
};
Expand Down

0 comments on commit c637be1

Please sign in to comment.