Loading
nixos/taskchampion-sync-server: create user, group, dataDir only when users use default value
When users customize the taskchampion-sync-server data directory path, they should handle permissions themselves. When using the default path, systemd's StateDirectory can manage the permissions automatically. This change: - Only creates the default user/group when users haven't specified custom ones - Removes manual tmpfiles.d configuration for directory creation - Uses systemd's StateDirectory for automatic permission handling when using default dataDir