Allow scanning over VPN

This commit is contained in:
coolneng 2020-05-09 00:22:43 +02:00
parent 36e4f679cd
commit b2f3aa0c95
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 4 additions and 2 deletions

View File

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

View File

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