Use unique port for flanilla

This commit is contained in:
Daniel Flanagan 2024-02-21 22:22:40 -06:00
parent 2219adcd53
commit 39090f4d45
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -258,7 +258,11 @@ in {
group = "nextcloud";
};
environment.systemPackages = [pkgs.linuxquota];
environment.systemPackages = with pkgs; [
linuxquota
htop
bottom
];
# TODO: make the client declarative? right now I think it's manually git
# clone'd to /root
@ -776,7 +780,7 @@ in {
# config.sops.secrets."flanilla.env".path
];
ports = ["26965:25565"];
ports = ["26966:25565"];
volumes = [
"/storage/flanilla/data:/data"