Allow scanning over VPN

This commit is contained in:
2020-05-09 00:22:43 +02:00
parent 36e4f679cd
commit b2f3aa0c95
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
uboot.enable = true;
firmwareConfig = ''
hdmi_force_hotplug=1
'';};
'';
};
environment.systemPackages = with pkgs; [
raspberrypi-tools

View File

@@ -26,6 +26,7 @@
enable = true;
extraConfig = ''
192.168.1.0/24
10.8.0.2/32
'';
};