forked from pub-solar/infra
admins: Add axeman's wireguard device
This commit is contained in:
parent
83e293016f
commit
cf1e6f8134
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue