nixos-module: remove stuff
parent
a481796f96
commit
3d8509a6f7
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue