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

11 lines
200 B
SYSTEMD
Raw Normal View History

2024-12-21 01:06:02 +00:00
[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