thrall: Add wireguard key
This commit is contained in:
parent
cc3793a70a
commit
b4569c8231
3 changed files with 6 additions and 4 deletions
|
|
@ -31,6 +31,11 @@
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
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.
|
# 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
|
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||||
# replicates the default behaviour.
|
# replicates the default behaviour.
|
||||||
|
|
@ -141,10 +146,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mailPass.file = ../../secrets/mailPass.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "thrall.failco.de";
|
fqdn = "thrall.failco.de";
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"mailPass.age".publicKeys = users ++ systems;
|
"mailPass.age".publicKeys = users ++ systems;
|
||||||
|
"wireguard-thrall.age".publicKeys = [thrall];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
secrets/wireguard-thrall.age
Normal file
BIN
secrets/wireguard-thrall.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue