diff --git a/config/c3d2.nix b/config/c3d2.nix index 0cf5f134..d05d2084 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -170,7 +170,8 @@ in { environment = { systemPackages = with pkgs; [ - curl wget + curl + wget git htop tmux diff --git a/hosts/containers/nix-build/default.nix b/hosts/containers/nix-build/default.nix index 07b0152a..91271332 100644 --- a/hosts/containers/nix-build/default.nix +++ b/hosts/containers/nix-build/default.nix @@ -48,11 +48,5 @@ services.openssh.enable = true; services.openssh.permitRootLogin = lib.mkForce "yes"; - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # this value at the release version of the first install of this system. - # Before changing this value read the documentation for this option - # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "20.09"; # Did you read the comment? }