about summary refs log tree commit diff
path: root/modules/persistence
Commit message (Collapse)AuthorAge
* modules/persistence/nixos: initAlyssa Ross2023-10-21
| | | | | This will preserve the uid maps, etc., between boots, so groups won't keep getting shifted around.
* modules/persistence/systemd: persist machine-idAlyssa Ross2023-08-23
|
* modules/persistence/systemd: persist journalAlyssa Ross2023-06-05
|
* modules/persistence/postfix: persist the queueAlyssa Ross2023-06-05
|
* modules/persistence/bluetooth: use a bind mountAlyssa Ross2023-06-05
| | | | | This has changed in recent Nixpkgs to be a StateDirectory, so systemd won't let it be a symlink any more.
* modules/persistence/networkmanager: save /var/libAlyssa Ross2023-02-08
| | | | | The main reason for doing this is so that stable random MAC addresses are persisted across reboots.
* modules/persistence: initAlyssa Ross2023-02-08
These are separated from the main configurations for these services because not all systems use this setup.