summaryrefslogtreecommitdiff
path: root/microvms/nextcloud/oxaproxy.nix
diff options
context:
space:
mode:
authorroot@dishwasher2022-06-26 21:19:15 +0200
committerroot@dishwasher2022-06-26 21:19:15 +0200
commitebc2829be8ffda323b7fa41192c2b5db33520b7f (patch)
treef8f60ca47261c8c823a699c7c1e1510d40efaaa1 /microvms/nextcloud/oxaproxy.nix
parent35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff)
nixpkgs-fmt
Diffstat (limited to 'microvms/nextcloud/oxaproxy.nix')
-rw-r--r--microvms/nextcloud/oxaproxy.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/microvms/nextcloud/oxaproxy.nix b/microvms/nextcloud/oxaproxy.nix
index 42290ac..c980cce 100644
--- a/microvms/nextcloud/oxaproxy.nix
+++ b/microvms/nextcloud/oxaproxy.nix
@@ -12,9 +12,9 @@
wireguardConfig = {
PrivateKeyFile = config.sops.secrets."wg/oxaproxy-seckey".path;
#own pubkey: KCYoGx7TGei4X79EZo2NONCcmQjPzBUN1Ds6I9lQbz0=
- };
- wireguardPeers = [
- {
+ };
+ wireguardPeers = [
+ {
# cirrus
wireguardPeerConfig = {
PublicKey = "0KMtL2fQOrrCH6c2a2l4FKiM73G86sUuyaNj4FarzVM=";
@@ -40,16 +40,16 @@
routes = [
{
routeConfig = {
- Gateway="10.99.99.1";
- Destination="0.0.0.0/0";
- Metric=1024;
+ Gateway = "10.99.99.1";
+ Destination = "0.0.0.0/0";
+ Metric = 1024;
};
}
{
routeConfig = {
- Gateway="10.99.99.1";
- Destination="10.99.99.0/24";
- Metric=1024;
+ Gateway = "10.99.99.1";
+ Destination = "10.99.99.0/24";
+ Metric = 1024;
};
}
];