11 lines
120 B
Nix
11 lines
120 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
age.secrets."wg" = {
|
|
file = ./wg.age;
|
|
owner = "systemd-network";
|
|
};
|
|
}
|