Update Homepage

This commit is contained in:
Agatha Lovelace 2023-03-06 20:43:59 +01:00
parent 5e44abf3b6
commit 0d5015230b
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
"homepage" = { "homepage" = {
image = "ghcr.io/benphelps/homepage:latest"; image = "ghcr.io/benphelps/homepage:v0.6.10";
autoStart = true; autoStart = true;
ports = [ "3000:3000" ]; ports = [ "3000:3000" ];
volumes = [ volumes = [