containers/citrine: add cli to packages

This commit is contained in:
Cilly Leang 2026-03-16 01:02:28 +11:00
parent 36f214f2a4
commit 18c6cb6773
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,4 @@
{ ... }: {
{ config, ... }: {
system.stateVersion = "25.11";
networking.firewall.allowedTCPPorts = [ 3000 ];
networking.firewall.allowedUDPPorts = [ 3000 ];
@ -16,4 +16,6 @@
};
stateDir = "/persist/forgejo";
};
environment.systemPackages = [ config.services.forgejo.package ];
}