From b9846ae2719618155c4da2efcfcaa64837eebd0c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 6 Nov 2021 09:33:56 +0000 Subject: [PATCH] Add git to system packages --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6ea6c92..2400d09 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,7 @@ in { networking.firewall.allowedTCPPorts = [ 443 ]; environment.systemPackages = with pkgs; [ - htop vim + htop vim git ]; security.acme.acceptTerms = true;