wireguard: fix flora-6 private key
All checks were successful
Flake checks / Check (pull_request) Successful in 8m43s
All checks were successful
Flake checks / Check (pull_request) Successful in 8m43s
This commit is contained in:
parent
1d27376133
commit
6bec4c9289
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
age.secrets.wg-private-key.file = "${flake.self}/secrets/nachtigall-wg-private-key.age";
|
age.secrets.wg-private-key.file = "${flake.self}/secrets/flora6-wg-private-key.age";
|
||||||
|
|
||||||
networking.wireguard.interfaces = {
|
networking.wireguard.interfaces = {
|
||||||
wg-ssh = {
|
wg-ssh = {
|
||||||
|
|
Loading…
Reference in a new issue