diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index 34ed3e9..3849797 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -124,6 +124,7 @@ in bash-completion vim git + unzip ] (mkIf config.services.netdata.enable [ netdata ]) ];