diff --git a/hosts/voyager/configuration.nix b/hosts/voyager/configuration.nix new file mode 100644 index 0000000..9dac324 --- /dev/null +++ b/hosts/voyager/configuration.nix @@ -0,0 +1,11 @@ +{ config, lib, pkgs, ... }: + +{ + imports = [ + ./hardware-configuration.nix + ]; + + time.timeZone = "Europe/Berlin"; + +} + diff --git a/mod/pkgs.nix b/mod/pkgs.nix index ef756ce..4368518 100644 --- a/mod/pkgs.nix +++ b/mod/pkgs.nix @@ -9,5 +9,11 @@ net-tools ethtool dhcpcd + dig + usbutils + dhcpcd + host + dnslookup + drill ]; }