From 1b0033f68b0f77897d97c0b5d7a485b489559230 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 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 cfc50b72..6297fcb7 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.51.2