This commit is contained in:
4DBug
2026-03-23 08:34:37 -05:00
parent 2ab5eff599
commit cc96e7d20e
5 changed files with 55 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
den.aspects.sshuttle = {
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
python
python3
sshuttle
];
};