From f8e6c8cb92d807447b160ebdd2ffde77c676e824 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 22 Dec 2023 19:52:36 -0500 Subject: [PATCH] blueberry: nix isnt js cmon --- nixos/stacks/ps2.live/saerro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/stacks/ps2.live/saerro.nix b/nixos/stacks/ps2.live/saerro.nix index 214b637..cc50154 100644 --- a/nixos/stacks/ps2.live/saerro.nix +++ b/nixos/stacks/ps2.live/saerro.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: let image = name: "ghcr.io/saerro/${name}:latest"; - port = n: "${8100 + n}"; + port = n: builtins.toString (8100 + n); containerGenerics = { environmentFiles = [ config.sops.secrets.saerro.path