forked from Bun/nixos-config
Add Oracle VM to Wireguard
This commit is contained in:
parent
05bccbbe2d
commit
31f14b1578
3 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,10 @@ in {
|
|||
publicKey = outputs.secrets.wirePixel9Pub;
|
||||
allowedIPs = [ "10.100.0.2/32" ];
|
||||
}
|
||||
{ # Oracle VM
|
||||
publicKey = outputs.secrets.wireOraclePub;
|
||||
allowedIPs = [ "10.100.0.3/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue