From 5ace64906ff9ab6f9c232e2390ce3c41e64415b0 Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 9 Aug 2025 20:32:12 -0400 Subject: [PATCH] nix/vm: add debugging tools mentioned in docs Change-Id: womnxrwlpsokoquwznsqmxlnzrlwloxw Needed now that we're isolating things for everyone. Signed-off-by: Winter --- nix/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/vm.nix b/nix/vm.nix index cfc50b7..6297fcb 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -53,7 +53,7 @@ in ]; }; services.getty.autologinUser = "root"; - environment.systemPackages = with pkgs; [curl vim git]; + environment.systemPackages = with pkgs; [curl vim git sqlite litecli]; systemd.tmpfiles.rules = let u = config.services.tangled-knot.gitUser; g = config.services.tangled-knot.gitUser; -- 2.43.0