lol

nixos/gonic: allow gonic to perform non-local DNS resolution

Gonic accesses external services (e.g. Listenbrainz or last.FM) for
scrobbling, but it was previously not allowed to read
`/etc/resolv.conf`.

This had the effect that, unless a local resolver was configured on
the system, any connection attempt would fail due to DNS resolution
being unavailable.

+1
+1
nixos/modules/services/audio/gonic.nix
··· 57 57 ReadWritePaths = ""; 58 58 BindReadOnlyPaths = [ 59 59 # gonic can access scrobbling services 60 + "-/etc/resolv.conf" 60 61 "-/etc/ssl/certs/ca-certificates.crt" 61 62 builtins.storeDir 62 63 cfg.settings.podcast-path