Git is only used on osmium
This commit is contained in:
parent
ff892b17a5
commit
c17940be89
@ -23,7 +23,6 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop
|
||||
tmux
|
||||
];
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user