eigth syntax error

This commit is contained in:
Dennis Frieberg 2024-10-09 10:07:13 +02:00
parent 8f7e6e7bbc
commit 5acc264ca0
No known key found for this signature in database
GPG key ID: 7C58AFED036072C5

View file

@ -81,7 +81,7 @@ in
after = ["network.target"];
serviceConfig = {
ExecStart = "${self.packages.${pkgs.system}.default} ${configFile}";
Restart = always;
Restart = "always";
User = "owopoint";
Group = "owopoint";
};