1
0
Fork 0

Add git to system packages

master
dump_stack() 2021-11-06 09:33:56 +00:00
parent 18aafbf3a4
commit b9846ae271
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

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