magpie: add workstation wg

This commit is contained in:
2024-04-22 18:10:24 +02:00
parent 7cb3e2aae4
commit 7eb54d5293
2 changed files with 8 additions and 2 deletions

View File

@@ -372,6 +372,11 @@
presharedKeyFile = config.sops.secrets."wg_preshared/mediabox".path;
allowedIPs = ["10.100.0.5/32"];
}
{
publicKey = builtins.readFile ../common/wg_pubkey_workstation;
presharedKeyFile = config.sops.secrets."wg_preshared/workstation".path;
allowedIPs = ["10.100.0.4/32"];
}
];
};
};