Add jq and Tailscale

This commit is contained in:
Bart van der Braak 2024-10-17 21:53:18 +02:00
parent 02591d8594
commit d04c49190a

View file

@ -73,6 +73,8 @@
];
};
services.tailscale.enable = true;
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -84,6 +86,7 @@
wget
curl
fzf
jq
];
environment.variables = {
EDITOR = "vim";