diff --git a/nix/modules/oott-service.nix b/nix/modules/oott-service.nix index 948e25e..39f8fb4 100644 --- a/nix/modules/oott-service.nix +++ b/nix/modules/oott-service.nix @@ -37,8 +37,8 @@ in { serviceConfig = { ExecStart = "${pkgs.oott}/bin/oott ${ - builtins.toFile "oott.yaml" - (generators.toYAML {} cfg) + builtins.toFile "oott.json" + (generators.toJSON {} cfg) }"; # ExecStart = "${pkgs.oott}/bin/oott"; ProtectHome = "read-only";