about summary refs log tree commit diff
path: root/nixos/beta
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-21 19:32:38 +0900
committersefidel <contact@sefidel.net>2022-02-21 19:32:38 +0900
commitef2ecc5cc661cb426d2e1efd2eff98f89410b376 (patch)
treeaf67e8aa92c66fff00edb9c5dcffcf1d2ba2d8b0 /nixos/beta
parent115dbd628dec41b32cf0a0fe6e1503d52f5a7a9f (diff)
downloadnixrc-ef2ecc5cc661cb426d2e1efd2eff98f89410b376.tar.gz
nixrc-ef2ecc5cc661cb426d2e1efd2eff98f89410b376.zip
feat(nixos/beta): add git
Diffstat (limited to 'nixos/beta')
-rw-r--r--nixos/beta/configuration.nix2
1 files changed, 2 insertions, 0 deletions
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;