From c222beb5df2052f1e643d5bab4f3e7e960ade1d3 Mon Sep 17 00:00:00 2001 From: illustris Date: Wed, 8 Mar 2023 14:22:15 +0530 Subject: [PATCH] add nix-ld --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 6d4bfb5..c9e3ff2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -127,6 +127,7 @@ mosh.enable = true; mtr.enable = true; + nix-ld.enable = true; }; security.sudo.wheelNeedsPassword = false;