1
0
Fork 0

update ssh-socket config

This commit is contained in:
Anton Livaja 2025-03-03 11:29:36 -08:00
parent 0be5b92ee2
commit e09cd19ec0
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,3 @@
binds+=('/var/lib/docker') binds+=('/var/lib/docker')
binds+=('/var/lib/containerd') binds+=('/var/lib/containerd')
binds+=('/etc/systemd/user/qubes-ssh-socket.service')

View File

@ -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