From b6731802a8f735d5073d04b74c54fbe5a53ecb74 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 18 Feb 2025 09:54:31 +0100 Subject: format --- hosts/toaster/network/default.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'hosts/toaster/network/default.nix') diff --git a/hosts/toaster/network/default.nix b/hosts/toaster/network/default.nix index 48a6f8a..ee0bdbe 100644 --- a/hosts/toaster/network/default.nix +++ b/hosts/toaster/network/default.nix @@ -1,11 +1,15 @@ -{ lib, pkgs, ... }: { +{ lib, pkgs, ... }: +{ imports = [ ./mullvad.nix ./dumpdvb.nix ./zw.nix ]; - environment.systemPackages = with pkgs; [ iwgtk impala ]; + environment.systemPackages = with pkgs; [ + iwgtk + impala + ]; # kick out networkmanager networking.networkmanager.enable = lib.mkForce false; @@ -48,8 +52,12 @@ DHCP = "yes"; IPv6AcceptRA = true; }; - dhcpV4Config = { RouteMetric = 666; }; - dhcpV6Config = { RouteMetric = 666; }; + dhcpV4Config = { + RouteMetric = 666; + }; + dhcpV6Config = { + RouteMetric = 666; + }; }; "wlan-uplink" = { matchConfig.Name = "wlan0"; -- cgit v1.3.1