Skip to content

Commit

Permalink
Use lib.getExe instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshmitty committed Dec 21, 2023
1 parent 521e816 commit 751e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ in
};
serviceConfig = {
User = "cryptpad";
ExecStart = "${pkgs.cryptpad}/bin/cryptpad";
ExecStart = lib.getExe pkgs.cryptpad;
PrivateTmp = true;
Restart = "always";
StateDirectory = "cryptpad";
Expand Down

0 comments on commit 751e7c0

Please sign in to comment.