9 lines
208 B
Nix
9 lines
208 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [ ../../modules/restic.nix ];
|
|
|
|
age.secrets.restic-b2.file = ../../secrets/restic/b2.age;
|
|
age.secrets.restic-password.file = ../../secrets/restic/password.age;
|
|
}
|