Compare commits
No commits in common. "8a430a1399fc3c55097b662a3cc401948841a4b3" and "9a84dde328cd13b472d57cc94f17eaeec9316d80" have entirely different histories.
8a430a1399
...
9a84dde328
|
@ -25,12 +25,6 @@
|
|||
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 8000 ];
|
||||
networking.firewall.allowedTCPPorts = [ 4533 ];
|
||||
|
||||
# Printers
|
||||
services.printing.enable = true;
|
||||
|
|
|
@ -4,11 +4,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gotosocial-bin";
|
||||
version = "0.12.0-rc2";
|
||||
version = "0.12.0-rc1";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||
sha256 = "sha256:14klm5alsxg68zm0w4lzsyg6r6s5a63kizb44rg1ibsg692z1vj0";
|
||||
sha256 = "sha256:1iy49p0l8q0wgk9x0pnp9bys956as568gb779vcqw4dvpy1ambnz";
|
||||
# sha256 = fakeSha256;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue