diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-10 13:24:12 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-10 13:25:48 -0700 |
| commit | fad740947d826c1c04c5162fb57a06ec64b7a449 (patch) | |
| tree | 5b4946ffcbbac68d8462cd53e263e09aeb65640c /modules/services/default.nix | |
| parent | tahoe: enable network with early boot (diff) | |
| download | infra-fad740947d826c1c04c5162fb57a06ec64b7a449.tar.gz | |
add a module for backup with restic
Do a single backup for the host, instead of running multiple ones.
Diffstat (limited to 'modules/services/default.nix')
| -rw-r--r-- | modules/services/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/default.nix b/modules/services/default.nix index a6219e0..24602cc 100644 --- a/modules/services/default.nix +++ b/modules/services/default.nix @@ -3,6 +3,7 @@ { imports = [ ./avahi + ./backup ./fwupd ./gitea ./gnome |
