about summary refs log tree commit diff stats
path: root/modules/home.legacy/default.nix (follow)
Commit message (Collapse)AuthorAge
* feat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz3 days
| | | | | | This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
* feat(modules/legacy/impermanence): Merge with the system configBenedikt Peetz2024-10-24
| | | | | | | | Using the home-manager module uses a non-root fuse bindfs, which is obviously slower than simply mounting the directories via bind mounts. Besides, mounting them via the bindfs fuse mount, results in a potential DOS, when this mount processes runs out of open file descriptors (leading to the issue described in the `nix -> lix` commit.)
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.