Fabio Natali on Nostr: My first #Guix service got merged today! Thanks Arun for the review, the merge, and a ...
My first #Guix service got merged today! Thanks Arun for the review, the merge, and a lot of help throughout the process!
And now, if you want a ReadyMedia/MiniDLNA server on your LAN, you can just go for
```
(use-service-modules upnp …)
…
(services
(list
(service readymedia-service-type
(readymedia-configuration
(media-directoriess
(list (readymedia-media-directory
(path "/media/library"))))))))
```
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/upnp.scm?id=8c6d24d388bcd72b595b5293c7afc6e06bde941b#n196
(Least-authority wrap all the world!)
🌈 :)
And now, if you want a ReadyMedia/MiniDLNA server on your LAN, you can just go for
```
(use-service-modules upnp …)
…
(services
(list
(service readymedia-service-type
(readymedia-configuration
(media-directoriess
(list (readymedia-media-directory
(path "/media/library"))))))))
```
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/upnp.scm?id=8c6d24d388bcd72b595b5293c7afc6e06bde941b#n196
(Least-authority wrap all the world!)
🌈 :)