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

@ -12,8 +12,9 @@
version = 3;
uboot.enable = true;
firmwareConfig = ''
hdmi_force_hotplug=1
'';};
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
'';
};