| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | modules/backup: Also make the cache for the admin storagebox presistent | Benedikt Peetz | 10 hours |
| | | | | | | Otherwise, we run out of cache, before it can do anything (due to the limited size of available root tempfs). | ||
| * | modules/backup: Don't backup games | Benedikt Peetz | 13 hours |
| | | | | | | the steam ones don't work without steam anyway, and for GOG it would be nice to do, but I just don't have the space for that. | ||
| * | modules/backup: Explicitly enable fuse | Benedikt Peetz | 45 hours |
| | | | | | That is needed for `restic-* mount` to work. | ||
| * | modules/{atuin,common,backup}: Fix minor typos and unused imports | Benedikt Peetz | 2026-06-01 |
| | | |||
| * | module/backups: Persist restic cache directory | Benedikt Peetz | 2025-09-29 |
| | | | | | This avoids having to wait for restic to rebuild the cache on every run. | ||
| * | module/backup: Provide administrative access to the storagebox | Benedikt Peetz | 2025-05-05 |
| | | |||
| * | modules/backup: Make backup preparing a separate service | Benedikt Peetz | 2025-05-04 |
| | | | | | | This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup | ||
| * | modules/backup: Provide support for a local repository | Benedikt Peetz | 2025-05-01 |
| | | |||
| * | modules/backup: Increase restic verbosity | Benedikt Peetz | 2025-05-01 |
| | | |||
| * | modules/backup: Use ssh module to store the hostkey of the storagebox | Benedikt Peetz | 2025-05-01 |
| | | |||
| * | modules/backup: Adjust `backupPrepareCommand` for my fs layout | Benedikt Peetz | 2025-04-30 |
| | | |||
| * | modules/backup: Port to storagebox | Benedikt Peetz | 2025-04-30 |
| | | |||
| * | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
| * | refactor(modules): Move all system modules to `by-name` | Benedikt Peetz | 2024-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. | |||
