2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-03-25 04:13:59 +01:00

wireguard: add work-laptop

This commit is contained in:
Felix Albrigtsen 2024-07-05 10:02:01 +02:00
parent 4adae24732
commit 047d5b0d9d
2 changed files with 12 additions and 0 deletions
hosts
burnham/services
defiant/services

@ -50,6 +50,12 @@ in {
"10.100.0.6/32"
];
}
{ # Work-laptop
publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA=";
allowedIPs = [
"10.100.0.7/32"
];
}
];
};
};

@ -56,6 +56,12 @@ in {
"10.100.0.6/32"
];
}
{ # Work-laptop
publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA=";
allowedIPs = [
"10.100.0.7/32"
];
}
];
};
};