thrall: Add wireguard key

This commit is contained in:
Alexander Kobjolke 2021-07-23 13:47:29 +02:00
parent cc3793a70a
commit b4569c8231
3 changed files with 6 additions and 4 deletions

View file

@ -31,6 +31,11 @@
# Set your time zone.
time.timeZone = "Europe/Berlin";
age.secrets = {
mailPass.file = ../../secrets/mailPass.age;
wireguard-thrall.file = ../../secrets/wireguard-thrall.age;
};
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
@ -141,10 +146,6 @@
};
};
age.secrets = {
mailPass.file = ../../secrets/mailPass.age;
};
mailserver = {
enable = true;
fqdn = "thrall.failco.de";

View file

@ -6,4 +6,5 @@ let
in
{
"mailPass.age".publicKeys = users ++ systems;
"wireguard-thrall.age".publicKeys = [thrall];
}

Binary file not shown.