diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/common.nix | 2 | ||||
-rw-r--r-- | common/headless.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/common.nix b/common/common.nix index 947ad9e..e1dd6f7 100644 --- a/common/common.nix +++ b/common/common.nix @@ -9,7 +9,7 @@ time.timeZone = "Europe/Amsterdam"; environment.systemPackages = with pkgs; [ - wget vim htop-vim dnsutils inetutils iftop manpages + wget vim htop-vim dnsutils inetutils iftop man-pages gitMinimal ]; # Select internationalisation properties. diff --git a/common/headless.nix b/common/headless.nix index 6c4127e..d3a7c22 100644 --- a/common/headless.nix +++ b/common/headless.nix @@ -25,7 +25,7 @@ security.acme = { acceptTerms = true; - email = "stuebinm@disroot.org"; + defaults.email = "stuebinm@disroot.org"; }; } |