From f746ce6790615c38dc6873f884ec009701cb22b1 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 29 Jul 2024 00:37:54 +0300 Subject: 2024-07-29 --- modules/profiles/dev/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/profiles/dev') diff --git a/modules/profiles/dev/default.nix b/modules/profiles/dev/default.nix index 3ee2ff5..61de848 100644 --- a/modules/profiles/dev/default.nix +++ b/modules/profiles/dev/default.nix @@ -62,6 +62,7 @@ in htmlq httpie hydra-check + iaito jq logcli nix-update @@ -89,6 +90,11 @@ in package = pkgs.wireshark; }; + nix.settings = { + keep-derivations = true; + keep-outputs = true; + }; + my.extraGroups = [ "kvm" "wireshark" -- cgit v1.2.3