logins: add judy for hensoko
All checks were successful
Flake checks / Check (pull_request) Successful in 6m52s
All checks were successful
Flake checks / Check (pull_request) Successful in 6m52s
This commit is contained in:
parent
8ac2af279d
commit
4778f4bba1
|
@ -37,6 +37,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
secretEncryptionKeys = sshPubKeys;
|
secretEncryptionKeys = sshPubKeys;
|
||||||
|
wireguardDevices = [
|
||||||
|
{ # judy
|
||||||
|
publicKey = "I+gN7v1VXkAGoSir6L8aebtLbguvy5nAx1QVDTzdckk=";
|
||||||
|
allowedIPs = [ "10.7.6.202/32" "fd00:fae:fae:fae:fae:202::/96" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
teutat3s = {
|
teutat3s = {
|
||||||
|
|
Loading…
Reference in a new issue