Allow scanning over VPN
This commit is contained in:
parent
36e4f679cd
commit
b2f3aa0c95
|
@ -12,8 +12,9 @@
|
||||||
version = 3;
|
version = 3;
|
||||||
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
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue