hackens-org-configurations/machines/agb01/secrets/default.nix

12 lines
120 B
Nix
Raw Normal View History

2024-10-10 01:00:01 +02:00
{
pkgs,
config,
lib,
...
}: {
age.secrets."wg" = {
file = ./wg.age;
owner = "systemd-network";
};
}