diff --git a/systems/x86_64-linux/stargate/default.nix b/systems/x86_64-linux/stargate/default.nix index 1fa29d1..b54ee27 100644 --- a/systems/x86_64-linux/stargate/default.nix +++ b/systems/x86_64-linux/stargate/default.nix @@ -111,6 +111,12 @@ in { custom.hardware.bluetooth.enable = true; custom.impermanence = enabled; + environment.systemPackages = with pkgs; [ + tmux + icloudpd + immich-go + ]; + hardware.enableAllHardware = true; hardware.enableAllFirmware = true; boot.kernelModules = [ diff --git a/systems/x86_64-linux/stargate/services/forgejo.nix b/systems/x86_64-linux/stargate/services/forgejo.nix index 1340ae3..897f1b5 100644 --- a/systems/x86_64-linux/stargate/services/forgejo.nix +++ b/systems/x86_64-linux/stargate/services/forgejo.nix @@ -79,6 +79,8 @@ in { ]; labels = [ #"ubuntu-latest:docker://node:16-bullseye" + "debian-latest:docker://node:24.8.0-trixie" + "alpine-latest:docker://node:alpine" ## optionally provide native execution on the host: "native:host" "nixos:host"