mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 01:31:47 +02:00
Edit networking.scm
This commit is contained in:
parent
13724cced1
commit
ba20a17e72
1 changed files with 2 additions and 2 deletions
|
@ -94,6 +94,6 @@
|
|||
(extensions (list
|
||||
(service-extension shepherd-root-service-type squid-shepherd-service)
|
||||
(service-extension privileged-program-service-type (const %squid-priv))
|
||||
(service-extension account-service-type (const %squid-accounts)
|
||||
(service-extension activation-service-type (const %squid-activation)))))
|
||||
(service-extension account-service-type (const %squid-accounts))
|
||||
(service-extension activation-service-type (const %squid-activation))))
|
||||
(description "Run @uref{http://www.squid-cache.org/, squid} community developped Squid software.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue