blueberry: nix isnt js cmon
This commit is contained in:
parent
75a1ff26e3
commit
f8e6c8cb92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue