add router config
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hardware-configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@@ -9,5 +9,11 @@
|
|||||||
net-tools
|
net-tools
|
||||||
ethtool
|
ethtool
|
||||||
dhcpcd
|
dhcpcd
|
||||||
|
dig
|
||||||
|
usbutils
|
||||||
|
dhcpcd
|
||||||
|
host
|
||||||
|
dnslookup
|
||||||
|
drill
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user