Add wine and stuff
This commit is contained in:
parent
9a84dde328
commit
6a67d1b8ae
|
@ -25,6 +25,12 @@
|
|||
openjdk11
|
||||
sbt
|
||||
|
||||
# Gaming stuff
|
||||
wine
|
||||
winetricks
|
||||
lutris
|
||||
steam
|
||||
|
||||
# Manage tlmc
|
||||
flacon
|
||||
ttaenc
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue