From 81187bf0ff6339316a4cc770c873c748138edcdf Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 08:10:08 +0200 Subject: [PATCH] Fix typo --- shared/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {