diff --git a/shared/system.nix b/shared/system.nix index 3694fad..cbbce3e 100644 --- a/shared/system.nix +++ b/shared/system.nix @@ -13,7 +13,6 @@ experimental-features = [ "nix-command" "flakes" - "inetutils" ]; }; }; @@ -21,6 +20,7 @@ environment.systemPackages = with pkgs; [ git htop + inetutils ]; networking.firewall = {