nixos-config/variables/secrets/pc/default.nix

8 lines
104 B
Nix
Raw Normal View History

2024-10-28 23:24:12 -04:00
{ ... }:
{
age.secrets = {
# Wireguard
wgClientPriv.file = ../agenix/wgClientPriv.age;
};
}