move todo file to Notes

This commit is contained in:
jacekpoz 2024-06-15 21:33:50 +02:00
parent 61451c3606
commit b898a9b5fc
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -152,17 +152,6 @@ in {
};
};
};
TODO = {
path = "${homeDirectory}/TODO";
devices = [ "niks" "del" "chmura" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15552000";
};
};
};
};
} // cfg.extraSettings;
};