From 9ec7dbfbbc0ac9cf31762be7c3ba1ce16d678cf5 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 31 Mar 2024 02:18:37 -0400 Subject: [PATCH] ps2live: fix no pkgs import --- nixos/stacks/ps2.live/agg_metagame.nix | 2 +- nixos/stacks/ps2.live/extras.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;