Make nat configuration optional and remove home-manager-config

This commit is contained in:
Fabian Hauser 2022-07-29 00:36:45 +02:00
parent d395f45f91
commit 45da45023a
4 changed files with 6 additions and 8 deletions

View file

@ -8,7 +8,6 @@
services.qois.router = {
enable = true;
wanInterface = "enp1s0";
wirelessInterfaces = [ "wlp5s0" ];
lanInterfaces = [ "enp2s0" "enp3s0" "enp4s0" ];
internalRouterIP = "10.2.1.1";