urlwatch: use writeJSON
This commit is contained in:
parent
b13d9d3149
commit
ccb7fb731c
@ -93,7 +93,7 @@ let
|
||||
|
||||
hooksFile = cfg.hooksFile;
|
||||
|
||||
configFile = pkgs.writeText "urlwatch.yaml" (toJSON {
|
||||
configFile = pkgs.writeJSON "urlwatch.yaml" {
|
||||
display = {
|
||||
error = true;
|
||||
new = true;
|
||||
@ -129,7 +129,7 @@ let
|
||||
line_length = 75;
|
||||
};
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
imp = {
|
||||
systemd.timers.urlwatch = {
|
||||
|
Loading…
Reference in New Issue
Block a user