mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Changed config file generation in the nix flake to YAML
This commit is contained in:
@@ -38,7 +38,7 @@ in {
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.oott}/bin/oott ${
|
||||
builtins.toFile "oott.toml"
|
||||
(generators.toTOML {} cfg)
|
||||
(generators.toYAML {} cfg)
|
||||
}";
|
||||
# ExecStart = "${pkgs.oott}/bin/oott";
|
||||
ProtectHome = "read-only";
|
||||
|
||||
Reference in New Issue
Block a user