From 0d0734d2239c6f2f61ae7ddd859f491f46d6848a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 14 Jun 2022 17:38:25 +0200 Subject: update sources, move to NixOS 22.05 --- common/common.nix | 2 +- common/headless.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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"; }; } -- cgit v1.2.3