Compare commits
2 commits
9a84dde328
...
8a430a1399
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | 8a430a1399 | ||
Natsu Kagami | 6a67d1b8ae |
|
@ -25,6 +25,12 @@
|
||||||
openjdk11
|
openjdk11
|
||||||
sbt
|
sbt
|
||||||
|
|
||||||
|
# Gaming stuff
|
||||||
|
wine
|
||||||
|
winetricks
|
||||||
|
lutris
|
||||||
|
steam
|
||||||
|
|
||||||
# Manage tlmc
|
# Manage tlmc
|
||||||
flacon
|
flacon
|
||||||
ttaenc
|
ttaenc
|
||||||
|
|
|
@ -129,7 +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 ];
|
networking.firewall.allowedTCPPorts = [ 4533 8000 ];
|
||||||
|
|
||||||
# Printers
|
# Printers
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
|
@ -4,11 +4,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gotosocial-bin";
|
pname = "gotosocial-bin";
|
||||||
version = "0.12.0-rc1";
|
version = "0.12.0-rc2";
|
||||||
|
|
||||||
src = builtins.fetchurl {
|
src = builtins.fetchurl {
|
||||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||||
sha256 = "sha256:1iy49p0l8q0wgk9x0pnp9bys956as568gb779vcqw4dvpy1ambnz";
|
sha256 = "sha256:14klm5alsxg68zm0w4lzsyg6r6s5a63kizb44rg1ibsg692z1vj0";
|
||||||
# sha256 = fakeSha256;
|
# sha256 = fakeSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue