aboutsummaryrefslogtreecommitdiff
path: root/tw/system/files
AgeCommit message (Collapse)Author
2023-02-18Extract common service sets into separate modulesTimo Wilken
Common service sets (NextCloud, Matrix, WireGuard) should be in their own modules to make things neater, instead of being interleaved with operating system declarations.
2023-01-27Allow access by Password Store app on phoneTimo Wilken
2023-01-22Extract common server packages and servicesTimo Wilken
This should improve maintainability a bit by combining common services running on the servers. Additionally, this parameterises common parts by servers' host names instead of the host-name-like symbols as before.
2022-12-31Track system configurationTimo Wilken