nixos-config/services/restic/common.nix

14 lines
216 B
Nix
Raw Normal View History

2024-05-26 16:45:38 +02:00
{
config,
pkgs,
lib,
...
}:
2022-01-27 15:01:24 +01:00
{
2022-05-11 19:02:41 +02:00
imports = [ ../../modules/restic.nix ];
age.secrets.restic-b2.file = ../../secrets/restic/b2.age;
age.secrets.restic-password.file = ../../secrets/restic/password.age;
2022-01-27 15:01:24 +01:00
}