mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-02 19:26:18 -04:00
feat: add Tailscale formula
Fixes: https://github.com/ben-grande/qusal/issues/42
This commit is contained in:
parent
1425cdaf1c
commit
eed904c7f2
20 changed files with 493 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# vim: ft=systemd
|
||||
[Unit]
|
||||
ConditionPathExists=/var/run/qubes-service/tailscale
|
||||
After=qubes-sysinit.service
|
||||
|
||||
[Service]
|
||||
Environment=TS_DEBUG_FIREWALL_MODE=nftables
|
||||
Environment=TS_NO_LOGS_NO_SUPPORT=true
|
Loading…
Add table
Add a link
Reference in a new issue