Changed config file generation in the nix flake to YAML

This commit is contained in:
rzuasti
2026-01-26 11:02:39 -05:00
parent 3b776462b0
commit 335807e0f3
+1 -1
View File
@@ -38,7 +38,7 @@ in {
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.oott}/bin/oott ${ ExecStart = "${pkgs.oott}/bin/oott ${
builtins.toFile "oott.toml" builtins.toFile "oott.toml"
(generators.toTOML {} cfg) (generators.toYAML {} cfg)
}"; }";
# ExecStart = "${pkgs.oott}/bin/oott"; # ExecStart = "${pkgs.oott}/bin/oott";
ProtectHome = "read-only"; ProtectHome = "read-only";