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