Allow scanning over VPN
This commit is contained in:
parent
36e4f679cd
commit
b2f3aa0c95
|
@ -13,7 +13,8 @@
|
|||
uboot.enable = true;
|
||||
firmwareConfig = ''
|
||||
hdmi_force_hotplug=1
|
||||
'';};
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
raspberrypi-tools
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
enable = true;
|
||||
extraConfig = ''
|
||||
192.168.1.0/24
|
||||
10.8.0.2/32
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue