rpi4: open mDNS port
This commit is contained in:
parent
1f9a548734
commit
24b3f04126
@ -120,6 +120,9 @@
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
|
||||
# needed for mDNS in Home Assistant
|
||||
networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
|
||||
systemd.services.libreddit.environment = {
|
||||
LIBREDDIT_DEFAULT_SUBSCRIPTIONS = lib.pipe ./reddit-subscriptions.txt [
|
||||
builtins.readFile
|
||||
|
Loading…
x
Reference in New Issue
Block a user