ps2live: fix no pkgs import
This commit is contained in:
parent
875a1a2a07
commit
9ec7dbfbbc
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
|
||||||
sops.secrets.roombot = {
|
sops.secrets.roombot = {
|
||||||
sopsFile = ../../../secrets/ps2live/saerro.yaml;
|
sopsFile = ../../../secrets/ps2live/saerro.yaml;
|
||||||
|
|
Loading…
Add table
Reference in a new issue