infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e71819ce9c76e383d14080a9589926d8f71f21ab
parent 1af88856b8332ea1b67e11d1abcdb7d96275d93a
Author: Silas Brack <silasbrack@gmail.com>
Date:   Wed,  1 Apr 2026 17:27:47 +0200

Add work laptop to VPN

Diffstat:
Mnixos/vpn.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/nixos/vpn.nix b/nixos/vpn.nix @@ -73,6 +73,11 @@ publicKey = "ZkRCc3EpJYl0EmRBEAjf9WXCW0JQvlzeq5h7fUn5aEs="; allowedIPs = [ "10.100.0.8/32" ]; } + { + # Work Macbook pro + publicKey = "j+5aLHMTUGQyyjmU55ibA+JXC0pmEvQgQIOOfdMEQUA="; + allowedIPs = [ "10.100.0.9/32" ]; + } ]; }; };