[modules] rename wg0 -> malovpn
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m53s

This commit is contained in:
2024-12-17 23:13:16 +01:00
parent 66579fcbfc
commit 4d79714853
+1 -1
View File
@@ -65,7 +65,7 @@ in
networking.wireguard = {
enable = true;
interfaces = {
wg0 = {
malovpn = {
ips = myPeer.ips;
listenPort = mkIf (myPeer.role == "server") myPeer.listenPort;