Switch to wg-quick for clients, seems more reliable
This commit is contained in:
parent
160dd14d55
commit
06e1964f7d
2 changed files with 3 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
];
|
||||
|
||||
networking.hostName = "envy";
|
||||
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.25/24" ];
|
||||
networking.wg-quick.interfaces.wgc.address = [ "10.100.0.25/24" ];
|
||||
|
||||
system = {
|
||||
lanzaboote.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue