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"];
serviceConfig = {
ExecStart = "${cfg.package}/bin/oott ${
builtins.toFile "oott.toml"
(generators.toTOML {} cfg)
}";
# ExecStart = "${cfg.package}/bin/oott ${
# builtins.toFile "oott.toml"
# (generators.toTOML {} cfg)
# }";
ExecStart = "${cfg.package}/bin/oott";
ProtectHome = "read-only";
Restart = "on-failure";
Type = "exec";