aboutsummaryrefslogtreecommitdiffstats
path: root/system/impermanence/default.nix (unfollow)
Commit message (Collapse)Author
2024-12-24refactor(modules/impermanence): Migrate to by-name while distributing modsBenedikt Peetz
2024-09-06fix(system/impermanence): Persist `/var/lib/nixos`Benedikt Peetz
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.
2024-06-13refactor(modules/etesync): Move to a complete moduleBenedikt Peetz
2024-06-13fix(impermanence): Re-active etesync moduleBenedikt Peetz
2024-06-01fix(treewide): stop using none-existent etebase user and groupSilas Schöffel
2023-11-18fix(system/impermanence): Remove keycloak mod, as it does not existSoispha
2023-11-18Fix(system/impermanence): Add etebase-serversils
2023-10-12feat(treewide): add mastodonsils
2023-10-03fix(system/services/murmur): Allow murmur's user to read certsSoispha
2023-10-01feat(system/services/taskserver): InitSoispha
This is the server part used in combination with Taskwarrior to regain control over the unwieldy amount of task, that accumulate over the day.
2023-07-27Fix(system/impermanence): Keycloak was actually postgresqlSoispha
2023-07-22Fix(system/services/matrix): Move persisting files ctrl to impermanenceSoispha
2023-07-08Fix(treewide): Move all persistent dirs to impermanence to set permissionsSoispha
2023-07-07Refactor(system/impermanence): Move to own directorySoispha
2023-07-05Feat(system/disks): Add diskoSoispha
2023-07-05Style(system/fs_layouts): Merge attrsetsSoispha
2023-07-05Fix(system/fs_layout/impermanence): Make sshd dir 755Soispha
2023-07-04Fix(system/services/openssh): Set correct permissions on ssh dirSoispha
2023-07-04Fix(system/services/nginx): Create nix-sync cache through impermanenceSoispha
2023-07-04Feat(system/file_system_layout): Add impermanenceSoispha