blueberry: nix isnt js cmon

This commit is contained in:
41666 2023-12-22 19:52:36 -05:00
parent 75a1ff26e3
commit f8e6c8cb92

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: let { config, pkgs, ... }: let
image = name: "ghcr.io/saerro/${name}:latest"; image = name: "ghcr.io/saerro/${name}:latest";
port = n: "${8100 + n}"; port = n: builtins.toString (8100 + n);
containerGenerics = { containerGenerics = {
environmentFiles = [ environmentFiles = [
config.sops.secrets.saerro.path config.sops.secrets.saerro.path