forked from tangled.org/core
this repo has no description

nix/vm: add debugging tools mentioned in docs

Needed now that we're isolating things for everyone.

Signed-off-by: Winter <winter@winter.cafe>

authored by winter.bsky.social and committed by Tangled 1b0033f6 64d963ad

Changed files
+1 -1
nix
+1 -1
nix/vm.nix
··· 53 53 ]; 54 54 }; 55 55 services.getty.autologinUser = "root"; 56 - environment.systemPackages = with pkgs; [curl vim git]; 56 + environment.systemPackages = with pkgs; [curl vim git sqlite litecli]; 57 57 systemd.tmpfiles.rules = let 58 58 u = config.services.tangled-knot.gitUser; 59 59 g = config.services.tangled-knot.gitUser;