Tweaks for touhou music tools
This commit is contained in:
parent
8923d68d87
commit
53be56e835
|
@ -24,6 +24,11 @@
|
|||
# Java & sbt
|
||||
openjdk11
|
||||
sbt
|
||||
|
||||
# Manage tlmc
|
||||
flacon
|
||||
ttaenc
|
||||
picard
|
||||
]);
|
||||
|
||||
# Enable X11 configuration
|
||||
|
|
|
@ -129,6 +129,7 @@ with lib;
|
|||
MusicFolder = "/mnt/Stuff/Music";
|
||||
};
|
||||
systemd.services.navidrome.serviceConfig.BindReadOnlyPaths = lib.mkAfter [ "/etc" ];
|
||||
networking.firewall.allowedTCPPorts = [ 4533 ];
|
||||
|
||||
# Printers
|
||||
services.printing.enable = true;
|
||||
|
|
Loading…
Reference in a new issue