From bfbaf3ffaa73661c3c0c4c813a2bdedd9be6ad82 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 28 Oct 2024 07:33:37 -0500 Subject: [PATCH] task | add nixd --- hosts/workstation/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index d6840e4..643d3c1 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -271,6 +271,7 @@ in { lsb-release lsof nix-bash-completions + nixd pkg-config playerctl poppler_utils @@ -315,6 +316,8 @@ in { }) ]; + nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"]; + # Open ports in the firewall. networking.firewall = { enable = true;