backup: put the backup on every machine
This commit is contained in:
parent
8b09e7962b
commit
60ec19284d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -22,7 +22,6 @@ in {
|
|||
imports = [
|
||||
./hardware/_base.nix
|
||||
./hardware/RM007.nix
|
||||
../applications/restic.nix
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue