mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Update oott-service.nix
This commit is contained in:
@@ -37,7 +37,7 @@ in {
|
|||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.oott}/bin/oott ${
|
ExecStart = "${pkgs.oott}/bin/oott ${
|
||||||
builtins.toFile "oott.toml"
|
builtins.toFile "oott.yaml"
|
||||||
(generators.toYAML {} cfg)
|
(generators.toYAML {} cfg)
|
||||||
}";
|
}";
|
||||||
# ExecStart = "${pkgs.oott}/bin/oott";
|
# ExecStart = "${pkgs.oott}/bin/oott";
|
||||||
|
|||||||
Reference in New Issue
Block a user