admins: Add axeman's wireguard device
All checks were successful
Flake checks / Check (pull_request) Successful in 8m48s

This commit is contained in:
Akshay Mankar 2024-04-05 13:29:27 +00:00 committed by Benjamin Yule Bädorf
parent 83e293016f
commit cf1e6f8134
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -5,6 +5,14 @@
};
secretEncryptionKeys = sshPubKeys;
wireguardDevices = [
{
# tuxnix
publicKey = "fTvULvdsc92binFaBV+uWwFi33bi8InShcaPnoxUZEA=";
allowedIPs = [ "10.7.6.203/32" "fd00:fae:fae:fae:fae:203::/96" ];
}
];
};
b12f = rec {