From 612a429afcc045b0f22cf88a19874c087caf9cd5 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Apr 2026 00:47:45 -0400 Subject: [PATCH] fixes --- system/lxc.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/lxc.nix b/system/lxc.nix index 2bda659..35690e8 100644 --- a/system/lxc.nix +++ b/system/lxc.nix @@ -50,7 +50,9 @@ environment.systemPackages = with pkgs; [ lxc - lxc-templates + # lxc-templates + wget + gnupg debootstrap bridge-utils ];