Use unique port for flanilla
This commit is contained in:
parent
2219adcd53
commit
39090f4d45
1 changed files with 6 additions and 2 deletions
|
@ -258,7 +258,11 @@ in {
|
||||||
group = "nextcloud";
|
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
|
# TODO: make the client declarative? right now I think it's manually git
|
||||||
# clone'd to /root
|
# clone'd to /root
|
||||||
|
@ -776,7 +780,7 @@ in {
|
||||||
# config.sops.secrets."flanilla.env".path
|
# config.sops.secrets."flanilla.env".path
|
||||||
];
|
];
|
||||||
|
|
||||||
ports = ["26965:25565"];
|
ports = ["26966:25565"];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"/storage/flanilla/data:/data"
|
"/storage/flanilla/data:/data"
|
||||||
|
|
Loading…
Reference in a new issue