task | add nixd

This commit is contained in:
Don Harper 2024-10-28 07:33:37 -05:00
parent aa968673f6
commit bfbaf3ffaa

View file

@ -271,6 +271,7 @@ in {
lsb-release lsb-release
lsof lsof
nix-bash-completions nix-bash-completions
nixd
pkg-config pkg-config
playerctl playerctl
poppler_utils poppler_utils
@ -315,6 +316,8 @@ in {
}) })
]; ];
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall = { networking.firewall = {
enable = true; enable = true;