|
|
|
@ -194,11 +194,11 @@
|
|
|
|
|
(symlink (string-append #$zsh "/bin/zsh") "/bin/zsh"))))
|
|
|
|
|
|
|
|
|
|
(define (metznet-etc-service configuration)
|
|
|
|
|
(("guix/channels.scm" ,())
|
|
|
|
|
("openvpn/ta.key" ,(local-file "ta.key"))
|
|
|
|
|
("openvpn/ca.crt" ,(local-file "ca.crt"))
|
|
|
|
|
("openvpn/client.crt" ,(local-file "client.crt"))
|
|
|
|
|
("openvpn/client.key" ,(local-file "client.key"))))
|
|
|
|
|
`(("guix/channels.scm" ,(metznet-system-configuration-channels-file configuration))
|
|
|
|
|
("openvpn/ta.key" ,(local-file "ta.key"))
|
|
|
|
|
("openvpn/ca.crt" ,(local-file "ca.crt"))
|
|
|
|
|
("openvpn/client.crt" ,(local-file "client.crt"))
|
|
|
|
|
("openvpn/client.key" ,(local-file "client.key"))))
|
|
|
|
|
|
|
|
|
|
(define metznet-service-type
|
|
|
|
|
(service-type (name 'metznet-service)
|
|
|
|
|