mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
updating netbird service to be launched multiple time
This commit is contained in:
parent
b5815133d6
commit
04a80ea994
2 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
(define-module (glicid packages vpn)
|
||||
(define-module (yamit packages vpn)
|
||||
#:use-module (guix)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
|
@ -32,7 +32,7 @@
|
|||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("netbird" "/bin/"))))
|
||||
(propagated-inputs (list openresolv iptables nftables ebtables))
|
||||
(propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs))
|
||||
(synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
||||
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
||||
Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue