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"; }