From c3f77a0b6a5b4227c13e3f3f2f2a0b75ea6018f7 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..3a2baec 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 sqlite3 litecli]; systemd.tmpfiles.rules = let u = config.services.tangled-knot.gitUser; g = config.services.tangled-knot.gitUser; -- 2.43.0