nixos-configs/devices/nos/modules/arion/homepage/images/homepage.nix

9 lines
320 B
Nix
Raw Normal View History

2024-02-18 00:10:05 -05:00
pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/gethomepage/homepage";
2024-04-08 19:44:42 -04:00
imageDigest = "sha256:13d1bf9c5cf7d2b0f3af90ddfe59302f32374b8f48a56c6f6afc2a475bf919df";
sha256 = "12kzw2dvlfv78nh6y0iqygjndbizxra39kpsrif5026p2hjm4gyp";
2024-02-18 00:10:05 -05:00
finalImageName = "ghcr.io/gethomepage/homepage";
finalImageTag = "latest";
}