We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ab0e4 commit e740f3aCopy full SHA for e740f3a
nixos.nix
@@ -23,7 +23,7 @@ in
23
description = "BAPS 3 Server";
24
25
serviceConfig = {
26
- ExecStart = "${pkgs.lib.makeBinPath pkgs.bapsicle}";
+ ExecStart = "${pkgs.lib.getExe pkgs.bapsicle}";
27
WorkingDirectory = "%h/.local/state/bapsicle";
28
LockPersonality = "yes";
29
MemoryDenyWriteExecute = "yes";
0 commit comments