add mangal and filips wireguard

This commit is contained in:
Kopatz
2023-11-14 23:36:48 +01:00
parent e33f175f37
commit 743ed91af9
2 changed files with 8 additions and 0 deletions

View File

@@ -84,6 +84,13 @@ in
persistentKeepalive = 25;
publicKey = "g5uTlA1IciXgtSbECjhVis0dajRAc53Oa7Hz6dUI+0Q=";
}
{
allowedIPs = [
"192.168.2.6/32"
];
persistentKeepalive = 25;
publicKey = "5ClF2HcqndpXS7nVgDn2unWFUYcKo5fbudV6xX2OIVE=";
}
];
privateKeyFile = config.age.secrets.wireguard-private.path;
};

View File

@@ -97,6 +97,7 @@ in{
wireguard-tools
openssl
unstable.e2fsprogs
mangal
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];