diff options
-rw-r--r-- | common/default.nix | 2 | ||||
-rw-r--r-- | hosts/chaski/services/cgit.nix | 1 |
2 files changed, 2 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 ]; diff --git a/hosts/chaski/services/cgit.nix b/hosts/chaski/services/cgit.nix index 7ce041c..094bfd5 100644 --- a/hosts/chaski/services/cgit.nix +++ b/hosts/chaski/services/cgit.nix @@ -86,6 +86,7 @@ openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; home = "/var/git"; isNormalUser = true; + packages = [ pkgs.git ]; }; networking.firewall.allowedTCPPorts = [ 80 443 ]; |