working wg

This commit is contained in:
Chaos 2022-11-11 21:08:42 +00:00
parent 15bb6f6f92
commit 2f97bcd7fc
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
enable = true;
networks.eth0 = {
name = "eth0";
address = [ "2a01:4f9:c010:6a89::1" ];
address = [ "2a01:4f9:c010:6a89::1/64" ];
gateway = [ "fe80::1" ];
};
};