Add wine and stuff

This commit is contained in:
Natsu Kagami 2023-10-19 19:59:19 +02:00
parent 9a84dde328
commit 6a67d1b8ae
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 7 additions and 1 deletions

View file

@ -25,6 +25,12 @@
openjdk11
sbt
# Gaming stuff
wine
winetricks
lutris
steam
# Manage tlmc
flacon
ttaenc

View file

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