diff --git a/machines/durruti/configuration.nix b/machines/durruti/configuration.nix index 93799e9..eb734f2 100644 --- a/machines/durruti/configuration.nix +++ b/machines/durruti/configuration.nix @@ -12,11 +12,18 @@ with lib; networking.firewall.allowedTCPPorts = [ 8080 ]; + environment.systemPackages = with pkgs; [ + go + gcc + tmux + ] imports = [ ../modules/malobeo_user.nix ../modules/sshd.nix ../modules/minimal_tools.nix ]; + + system.stateVersion = "22.11"; # Did you read the comment? }