hackens-org-configurations/machines/agb01/secrets/default.nix
2024-10-10 01:00:01 +02:00

11 lines
120 B
Nix

{
pkgs,
config,
lib,
...
}: {
age.secrets."wg" = {
file = ./wg.age;
owner = "systemd-network";
};
}