summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2021-03-20 00:05:10 +0100
committerstuebinm2021-03-20 00:05:10 +0100
commita18a3bed5047a7c589bba9c7569a6ae953b3803d (patch)
treec5c970754b892563e2ee05451c8fada7a2fc0114 /common
parentc0fd65132ee36460bd21645b7e8673d3a73064b1 (diff)
fix git push for cgit
Diffstat (limited to 'common')
-rw-r--r--common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix
index d30e46b..1b87571 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -18,7 +18,7 @@ in {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Amsterdam";
-
+
environment.systemPackages = with pkgs; [
wget vim htop dnsutils inetutils iftop manpages
];