summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2022-06-14 17:38:25 +0200
committerstuebinm2022-06-14 17:38:25 +0200
commit0d0734d2239c6f2f61ae7ddd859f491f46d6848a (patch)
tree76e18091bcf5c750387818ade016208bdcc20e20 /common
parentcb8c015c2cae844c998e8ff30588536f519349a7 (diff)
update sources, move to NixOS 22.05
Diffstat (limited to 'common')
-rw-r--r--common/common.nix2
-rw-r--r--common/headless.nix2
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";
};
}