1
0
Fork 0

Git is only used on osmium

This commit is contained in:
clerie 2020-12-06 18:41:10 +01:00
parent ff892b17a5
commit c17940be89
2 changed files with 3 additions and 4 deletions

View File

@ -23,7 +23,6 @@
};
environment.systemPackages = with pkgs; [
git
htop
tmux
];

View File

@ -20,9 +20,9 @@
networking.defaultGateway6 = { address = "2001:638:904:ffc7::1"; interface = "ens19"; };
networking.nameservers = [ "141.24.40.4" ];
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
git
];
system.stateVersion = "21.03";
}