From c17940be89d28b81e52869aa17869ce476dbb30e Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 6 Dec 2020 18:41:10 +0100 Subject: [PATCH] Git is only used on osmium --- configuration/common/default.nix | 1 - hosts/osmium/configuration.nix | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index 1bb26f5..f08056a 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -23,7 +23,6 @@ }; environment.systemPackages = with pkgs; [ - git htop tmux ]; diff --git a/hosts/osmium/configuration.nix b/hosts/osmium/configuration.nix index cd2fd04..19fcfdc 100644 --- a/hosts/osmium/configuration.nix +++ b/hosts/osmium/configuration.nix @@ -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"; }