Git is only used on osmium
This commit is contained in:
parent
ff892b17a5
commit
c17940be89
@ -23,7 +23,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
|
||||||
htop
|
htop
|
||||||
tmux
|
tmux
|
||||||
];
|
];
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
networking.defaultGateway6 = { address = "2001:638:904:ffc7::1"; interface = "ens19"; };
|
networking.defaultGateway6 = { address = "2001:638:904:ffc7::1"; interface = "ens19"; };
|
||||||
networking.nameservers = [ "141.24.40.4" ];
|
networking.nameservers = [ "141.24.40.4" ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
services.openssh.enable = true;
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.03";
|
system.stateVersion = "21.03";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user