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
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;