mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating netbird service to be launched multiple time
This commit is contained in:
parent
04a80ea994
commit
b35d290dae
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
(define-module (yamit packages vpn)
|
||||
(define-module (glicid packages vpn)
|
||||
#:use-module (guix)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
|
@ -9,6 +9,7 @@
|
|||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix build-system go)
|
||||
#:use-module (nonguix build-system binary)
|
||||
#:use-module (gnu packages certs)
|
||||
#:use-module (gnu packages dns)
|
||||
#:use-module (gnu packages gl)
|
||||
#:use-module (gnu packages golang)
|
||||
|
|
Loading…
Add table
Reference in a new issue