feat: wireguard test

This commit is contained in:
Nick 2025-07-03 19:40:32 -05:00
parent 4344fa207a
commit 44865ba36c
6 changed files with 68 additions and 3 deletions

View file

@ -14,6 +14,9 @@ in
ip = {
address0 = deimosIP;
};
wireguard = {
ip0 = "10.100.0.3";
};
boot = {
options = ownerWriteOthersReadMask;
};