From 38ba8be512b8dbb8838fbca9865b2a8d24f6bee1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 10 Jan 2022 00:42:01 +0100 Subject: add abbenay (desktop config) --- common/common.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 common/common.nix (limited to 'common/common.nix') diff --git a/common/common.nix b/common/common.nix new file mode 100644 index 0000000..b0aeb26 --- /dev/null +++ b/common/common.nix @@ -0,0 +1,16 @@ +{ config, lib, pkgs, ... }: + +{ + + services.journald.extraConfig = "MaxRetentionSec=48h"; + + + i18n.defaultLocale = "en_US.UTF-8"; + time.timeZone = "Europe/Amsterdam"; + + environment.systemPackages = with pkgs; [ + wget vim htop dnsutils inetutils iftop manpages + ]; + + +} -- cgit v1.2.3