add router config

This commit is contained in:
2026-07-01 08:17:38 +02:00
parent 0cae14acf5
commit 662418a838
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
time.timeZone = "Europe/Berlin";
}
+6
View File
@@ -9,5 +9,11 @@
net-tools net-tools
ethtool ethtool
dhcpcd dhcpcd
dig
usbutils
dhcpcd
host
dnslookup
drill
]; ];
} }