task | add nixd
This commit is contained in:
parent
aa968673f6
commit
bfbaf3ffaa
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue