Tweaks for touhou music tools

This commit is contained in:
Natsu Kagami 2023-06-20 00:55:00 +02:00
parent 8923d68d87
commit 53be56e835
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,11 @@
# Java & sbt # Java & sbt
openjdk11 openjdk11
sbt sbt
# Manage tlmc
flacon
ttaenc
picard
]); ]);
# Enable X11 configuration # Enable X11 configuration

View file

@ -129,6 +129,7 @@ with lib;
MusicFolder = "/mnt/Stuff/Music"; MusicFolder = "/mnt/Stuff/Music";
}; };
systemd.services.navidrome.serviceConfig.BindReadOnlyPaths = lib.mkAfter [ "/etc" ]; systemd.services.navidrome.serviceConfig.BindReadOnlyPaths = lib.mkAfter [ "/etc" ];
networking.firewall.allowedTCPPorts = [ 4533 ];
# Printers # Printers
services.printing.enable = true; services.printing.enable = true;