From b2f3aa0c957811e07828154b3c9f0587d67fdc88 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 9 May 2020 00:22:43 +0200 Subject: [PATCH] Allow scanning over VPN --- configuration.nix | 5 +++-- modules/printing.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index a05aa7c..5bc6ad3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,8 +12,9 @@ version = 3; uboot.enable = true; firmwareConfig = '' - hdmi_force_hotplug=1 - '';}; + hdmi_force_hotplug=1 + ''; + }; environment.systemPackages = with pkgs; [ raspberrypi-tools diff --git a/modules/printing.nix b/modules/printing.nix index efa5a67..a8cfc78 100644 --- a/modules/printing.nix +++ b/modules/printing.nix @@ -26,6 +26,7 @@ enable = true; extraConfig = '' 192.168.1.0/24 + 10.8.0.2/32 ''; };