admins: Add axeman's wireguard device
Flake checks / Check (pull_request) Successful in 8m6s Details

Akshay Mankar 2024-04-05 13:29:27 +00:00
parent 83e293016f
commit 683590a586
1 changed files with 8 additions and 0 deletions

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 {