mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: wireguard test
This commit is contained in:
parent
c6c3e4b3a4
commit
9c8890926e
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ in
|
|||
|
||||
wireguard.interfaces = {
|
||||
wg0 = {
|
||||
ips = [ "${ceres.wireguard.ip0}/32" ];
|
||||
ips = [ "${ceres.wireguard.ip0}/24" ];
|
||||
listenPort = service.ports.port1;
|
||||
privateKeyFile = config.sops.secrets."${service.name}-private".path;
|
||||
peers = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue