From ef2ecc5cc661cb426d2e1efd2eff98f89410b376 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 21 Feb 2022 19:32:38 +0900 Subject: feat(nixos/beta): add git --- nixos/beta/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/beta/configuration.nix b/nixos/beta/configuration.nix index 3bad8be..da3f484 100644 --- a/nixos/beta/configuration.nix +++ b/nixos/beta/configuration.nix @@ -15,6 +15,8 @@ extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. }; + environment.systemPackages = with pkgs; [ git ]; + # Enable the OpenSSH daemon. services.openssh.enable = true; services.openssh.passwordAuthentication = false; -- cgit 1.4.1