nixos-config/services/restic/common.nix
Felix Schröter 0dee8b4fa7
fix(secrets): fix permissions
Also moves key references into respective configs where they are used.
2022-05-06 03:44:47 +02:00

7 lines
165 B
Nix

{ config, pkgs, lib, ... }:
{
age.secrets.restic-b2.file = ../../secrets/restic/b2.age;
age.secrets.restic-password.file = ../../secrets/restic/password.age;
}