nixos-module: remove stuff

This commit is contained in:
Astro 2022-12-25 04:09:18 +01:00
parent a481796f96
commit 3d8509a6f7
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
after = [ "network-online.target" ];
serviceConfig = {
Type = "notify";
WorkingDirectory = "${buzz2elastic}/share/buzz2elastic";
ExecStart = "${buzz2elastic}/bin/buzz2elastic ${lib.escapeShellArg configFile}";
ExecStart = "${buzz2elastic}/bin/buzz2elastic";
DynamicUser = true;
ProtectSystem = "full";
Restart = "always";