From 39090f4d4513ca66aa07369825e2bb5849af361f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 21 Feb 2024 22:22:40 -0600 Subject: [PATCH] Use unique port for flanilla --- nixos/beefcake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 90370b6..efcbbe4 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -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"