[durruti] update packages

This commit is contained in:
2023-05-09 18:23:06 +02:00
parent 00f83831f0
commit 65edb6fcb0

View File

@@ -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?
}