push
This commit is contained in:
10
modules/software/utilities/sshuttle.nix
Normal file
10
modules/software/utilities/sshuttle.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
den.aspects.sshuttle = {
|
||||
nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python
|
||||
sshuttle
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user