diff --git a/hosts/router/alias b/hosts/router/alias index 52bd224..cbf7736 100644 --- a/hosts/router/alias +++ b/hosts/router/alias @@ -1 +1 @@ -10.6.0.229 +10.6.0.1 diff --git a/hosts/router/default.nix b/hosts/router/default.nix index bc8c300..5831df5 100644 --- a/hosts/router/default.nix +++ b/hosts/router/default.nix @@ -246,9 +246,7 @@ in { interfaces = [ "enp1s0f0" "enp2s0f1" "common" ]; }; - environment.systemPackages = with pkgs; [ - tcpdump - ]; + environment.systemPackages = with pkgs; [ tcpdump ]; users.users.root = userBase; users.users.qbit = userBase;