summary refs log tree commit diff stats
path: root/system/impermanence/default.nix (follow)
Commit message (Collapse)AuthorAge
* fix(system/impermanence): Persist `/var/lib/nixos`Benedikt Peetz2024-09-06
| | | | | | | | | Otherwise, the mapping of uid/gid to user name or group name could change between reboots, which would result in magically change permissions. We were already affected by this at some point, so just remove the possibility of it happening again.
* refactor(modules/etesync): Move to a complete moduleBenedikt Peetz2024-06-13
|
* fix(impermanence): Re-active etesync moduleBenedikt Peetz2024-06-13
|
* fix(treewide): stop using none-existent etebase user and groupSilas Schöffel2024-06-01
|
* fix(system/impermanence): Remove keycloak mod, as it does not existSoispha2023-11-18
|
* Fix(system/impermanence): Add etebase-serversils2023-11-18
|
* feat(treewide): add mastodonsils2023-10-12
|
* fix(system/services/murmur): Allow murmur's user to read certsSoispha2023-10-03
|
* feat(system/services/taskserver): InitSoispha2023-10-01
| | | | | This is the server part used in combination with Taskwarrior to regain control over the unwieldy amount of task, that accumulate over the day.
* Fix(system/impermanence): Keycloak was actually postgresqlSoispha2023-07-27
|
* Fix(system/services/matrix): Move persisting files ctrl to impermanenceSoispha2023-07-22
|
* Fix(treewide): Move all persistent dirs to impermanence to set permissionsSoispha2023-07-08
|
* Refactor(system/impermanence): Move to own directorySoispha2023-07-07