admins: Add axeman's wireguard device #132

Merged
b12f merged 1 commit from axeman-wireguard into main 2024-04-05 13:41:43 +00:00
Showing only changes of commit cf1e6f8134 - Show all commits

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 {