Skip to content

Commit a38cac0

Browse files
committed
fix(nix): use bin path
1 parent 6484d56 commit a38cac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ in
2323
description = "BAPS 3 Server";
2424

2525
serviceConfig = {
26-
ExecStart = "${pkgs.bapsicle}";
26+
ExecStart = "${pkgs.lib.makeBinPath pkgs.bapsicle}";
27+
WorkingDirectory = "%h/.local/state/bapsicle"
2728
LockPersonality = "yes";
2829
MemoryDenyWriteExecute = "yes";
2930
NoNewPrivileges = "yes";

0 commit comments

Comments
 (0)