diff --git a/nixos/stacks/ps2.live/agg_metagame.nix b/nixos/stacks/ps2.live/agg_metagame.nix index 78fcfe0..0ca2c72 100644 --- a/nixos/stacks/ps2.live/agg_metagame.nix +++ b/nixos/stacks/ps2.live/agg_metagame.nix @@ -1,4 +1,4 @@ -{ config, ... }: let +{ config, pkgs, ... }: let image = name: "ghcr.io/genudine/${name}/${name}:latest"; port = n: builtins.toString ( 8201 + (n * 100) ); in { diff --git a/nixos/stacks/ps2.live/extras.nix b/nixos/stacks/ps2.live/extras.nix index 075400f..ae46a0a 100644 --- a/nixos/stacks/ps2.live/extras.nix +++ b/nixos/stacks/ps2.live/extras.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ config, pkgs, ... }: { sops.secrets.roombot = { sopsFile = ../../../secrets/ps2live/saerro.yaml;