forked from lrvick/dotfiles
update ssh-socket config
This commit is contained in:
parent
0be5b92ee2
commit
e09cd19ec0
|
@ -1,2 +1,3 @@
|
|||
binds+=('/var/lib/docker')
|
||||
binds+=('/var/lib/containerd')
|
||||
binds+=('/etc/systemd/user/qubes-ssh-socket.service')
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Run a SSH proxy socket to another QubesOS VM
|
||||
|
||||
[Service]
|
||||
Environment=SSH_VAULT_VM=vault
|
||||
ExecStart=%h/.local/bin/qubes-ssh-socket
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue