1
0

Add git to system packages

This commit is contained in:
2021-11-06 09:33:56 +00:00
parent 18aafbf3a4
commit b9846ae271

View File

@ -25,7 +25,7 @@ in {
networking.firewall.allowedTCPPorts = [ 443 ];
environment.systemPackages = with pkgs; [
htop vim
htop vim git
];
security.acme.acceptTerms = true;