Added hetzner server configs
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
curl
|
||||
wget
|
||||
htop
|
||||
iotop
|
||||
btop
|
||||
bind.dnsutils # provides dig, nslookup, host
|
||||
jq
|
||||
yq
|
||||
fish
|
||||
podman-compose
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.bash.enableCompletion = true;
|
||||
}
|
||||
Reference in New Issue
Block a user