backup: put the backup on every machine

This commit is contained in:
silver 2023-07-08 09:47:13 +01:00
parent 8b09e7962b
commit 60ec19284d
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,9 @@
# every server needs teh ldap client for admins
../applications/ldap_client.nix
# every server will need the config to backup to
../applications/restic.nix
];
# flakes are essensial

View file

@ -22,7 +22,6 @@ in {
imports = [
./hardware/_base.nix
./hardware/RM007.nix
../applications/restic.nix
];