ps2live: fix no pkgs import

This commit is contained in:
41666 2024-03-31 02:18:37 -04:00
parent 875a1a2a07
commit 9ec7dbfbbc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }: let { config, pkgs, ... }: let
image = name: "ghcr.io/genudine/${name}/${name}:latest"; image = name: "ghcr.io/genudine/${name}/${name}:latest";
port = n: builtins.toString ( 8201 + (n * 100) ); port = n: builtins.toString ( 8201 + (n * 100) );
in { in {

View file

@ -1,4 +1,4 @@
{ config, ... }: { { config, pkgs, ... }: {
sops.secrets.roombot = { sops.secrets.roombot = {
sopsFile = ../../../secrets/ps2live/saerro.yaml; sopsFile = ../../../secrets/ps2live/saerro.yaml;