aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ba (unfollow)
Commit message (Collapse)Author
11 hoursmodules/backup: Also make the cache for the admin storagebox presistentBenedikt Peetz
Otherwise, we run out of cache, before it can do anything (due to the limited size of available root tempfs).
14 hoursmodules/backup: Don't backup gamesBenedikt Peetz
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.
46 hoursmodules/backup: Explicitly enable fuseBenedikt Peetz
That is needed for `restic-* mount` to work.
2026-06-01modules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
2025-09-29module/backups: Persist restic cache directoryBenedikt Peetz
This avoids having to wait for restic to rebuild the cache on every run.
2025-05-05module/backup: Provide administrative access to the storageboxBenedikt Peetz
2025-05-04modules/backup: Make backup preparing a separate serviceBenedikt Peetz
This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
2025-05-01modules/backup: Provide support for a local repositoryBenedikt Peetz
2025-05-01modules/backup: Increase restic verbosityBenedikt Peetz
2025-05-01modules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
2025-04-30modules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
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.