feat: hledger test

This commit is contained in:
Nick 2025-01-21 22:57:20 -06:00
parent b6e41d866a
commit 694b6da25c

View file

@ -62,6 +62,6 @@ in
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 0755 ${user0} ${user0} -" "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
]; ];
} }