Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/tsm-client: Fix multi-value dsm.sys options
A configuration such as: programs.tsmClient.servers.backup.domain = [ "/dir1" "dir2" ]; ...would previously result in an error ("cannot coerce a list to a string"), since `makeDsmSysLines` would return a nested list.
- Loading branch information