commit 031131697a9c3737367436d0fcee822c043c8391
parent e8f791b0dcd819278ef050504d69f1411583769c
Author: Silas Brack <silasbrack@gmail.com>
Date: Wed, 9 Oct 2024 16:39:58 +0200
Add ipad to VPN
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/infrastructure/vpn.nix b/infrastructure/vpn.nix
@@ -52,6 +52,10 @@
publicKey = "F/UODKJ2SQaRUOb7my2LtvRaN4p/khfW8bstO+09/zo=";
allowedIPs = [ "10.100.0.4/32" ];
}
+ { # iPad
+ publicKey = "KwQo8pMz0JYHaEV3sbezmpD8jwgbXjaumIKeqWYaeiE=";
+ allowedIPs = [ "10.100.0.5/32" ];
+ }
];
};
};