about summary refs log tree commit diff stats
path: root/modules/by-name/co/constants (follow)
Commit message (Collapse)AuthorAge
* modules/constants: Enforce the 0 to 400 limitBenedikt Peetz7 days
|
* modules/constants: Correctly assign each uid so that none is greater 400Benedikt Peetz7 days
| | | | | | | | The uid ranges from 400 upwards are reserved for things that allocate them dynamic during runtime (like systemd). Our users would than get clobbered, thus we avoid that range. BREAKING CHANGE: Well, we'll need to change all uid of the files owned by the respective users.
* modules/constants: Dry gid definitions by inheriting the uidsBenedikt Peetz7 days
|
* modules/nix-sync: Actually enableBenedikt Peetz2025-02-04
| | | | | This includes the obvious changes, ensuring that it follows our current best-practices.
* feat(etesync): migrate to server2Silas Schöffel2025-01-25
|
* feat(modules/mail): init on server2Silas Schöffel2025-01-25
|
* feat(modules/matrix): init on server3Silas Schöffel2025-01-21
|
* feat(modules/mastodon): init on server3Silas Schöffel2025-01-21
|
* fix(peertube): migrate to server3Silas Schöffel2025-01-21
|
* fix(treewide): Add constant uids and gids to each user and groupBenedikt Peetz2024-12-25
This allows us to avoid persisting `/var/lib/nixos`.