From 339d729d8d5987f8f0d96c794333a43bac2403cb Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 5 Apr 2021 16:47:52 +0200 Subject: Indentation and move acpilight to thinkpad --- pc_t14.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pc_t14.nix') diff --git a/pc_t14.nix b/pc_t14.nix index 5ae9b07..95c8999 100644 --- a/pc_t14.nix +++ b/pc_t14.nix @@ -8,6 +8,15 @@ interfaces.wlp3s0.useDHCP = true; }; + networking = { + # We want to NAT container traffic + nat = { + enable = true; + internalInterfaces = [ "ve-test" ]; + externalInterface = "wlp3s0"; + }; + }; + boot = { kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.8") pkgs.linuxPackages_5_10; loader = { @@ -50,6 +59,8 @@ environment.systemPackages = with pkgs; [ linuxPackages.acpi_call + + acpilight ]; } -- cgit v1.2.3