This commit is contained in:
rzuasti
2026-01-25 11:35:31 -05:00
parent ab11cdaadb
commit 4abd754695
+5 -4
View File
@@ -36,10 +36,11 @@ in {
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
serviceConfig = { serviceConfig = {
ExecStart = "${cfg.package}/bin/oott ${ # ExecStart = "${cfg.package}/bin/oott ${
builtins.toFile "oott.toml" # builtins.toFile "oott.toml"
(generators.toTOML {} cfg) # (generators.toTOML {} cfg)
}"; # }";
ExecStart = "${cfg.package}/bin/oott";
ProtectHome = "read-only"; ProtectHome = "read-only";
Restart = "on-failure"; Restart = "on-failure";
Type = "exec"; Type = "exec";