eigth syntax error
This commit is contained in:
parent
8f7e6e7bbc
commit
5acc264ca0
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ in
|
||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${self.packages.${pkgs.system}.default} ${configFile}";
|
ExecStart = "${self.packages.${pkgs.system}.default} ${configFile}";
|
||||||
Restart = always;
|
Restart = "always";
|
||||||
User = "owopoint";
|
User = "owopoint";
|
||||||
Group = "owopoint";
|
Group = "owopoint";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue