diff options
author | EuAndreh <eu@euandre.org> | 2019-03-23 23:01:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-03-23 23:01:31 -0300 |
commit | f293e3203f934c92fb8bc9422a34ed1317fba578 (patch) | |
tree | dbbf75b132fbea538087bad023d6f423316a9b93 | |
parent | Add vpn tmuxinator template. (diff) | |
download | dotfiles-f293e3203f934c92fb8bc9422a34ed1317fba578.tar.gz dotfiles-f293e3203f934c92fb8bc9422a34ed1317fba578.tar.xz |
Add sshuttle package (for VPN network).
-rw-r--r-- | encrypted/SSH/known_hosts.txt | bin | 4114 -> 4289 bytes | |||
-rw-r--r-- | nixos/configuration.nix | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/encrypted/SSH/known_hosts.txt b/encrypted/SSH/known_hosts.txt Binary files differindex 79c3e9e..ec99d68 100644 --- a/encrypted/SSH/known_hosts.txt +++ b/encrypted/SSH/known_hosts.txt diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7043ce0..18831f9 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -313,6 +313,7 @@ ## nu specific packages + sshuttle slack chromium ]; |