diff options
author | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:09 -0300 |
commit | 26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f (patch) | |
tree | 1295270a7aad8f5f9e154b5542550ccdf43c8f8f /etc/ssh/config | |
parent | bin/wms: Add new working binary, and integrate it with i3 (diff) | |
download | dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.gz dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.xz |
bin/vm: Add VM management script
etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU
commands can be given the "--enable-kvm" flag;
etc/ssh/config: Include the generated SSH config file
Diffstat (limited to 'etc/ssh/config')
-rw-r--r-- | etc/ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ssh/config b/etc/ssh/config index 8df05c0..e548fe2 100644 --- a/etc/ssh/config +++ b/etc/ssh/config @@ -3,3 +3,4 @@ Host * Include ~/dev/libre/servers/src/infrastructure/ssh.conf Include ~/dev/others/lawtech/src/infrastructure/ssh.conf +Include ~/.usr/share/euandreh/vm-ssh.conf |