From 217c9e3d7a61e99e67628c2f14953497d7269fc4 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Mon, 19 Jan 2026 15:53:07 +0000 Subject: [PATCH] Add zip and unzip to common role --- nixos/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/common/default.nix b/nixos/common/default.nix index fbfd26a..56a5fff 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -21,6 +21,8 @@ htop dig traceroute + zip + unzip ]; nix.gc = {