dotfiles/qubes/.config/systemd/user/qubes-ssh-socket.service

11 lines
200 B
Desktop File

[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