nixos-configs/configurations/nos/modules/docker/nextcloud/images/nginx.nix
matt1432 6ca0d7248b
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: rename some flake attr directories
2024-12-16 15:51:41 -05:00

8 lines
280 B
Nix

pkgs:
pkgs.dockerTools.pullImage rec {
imageName = "nginx";
imageDigest = "sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be";
sha256 = "1r9hjizmsfc1h6b8cb34qdaanxqhkzw2rqhamx38k8a2bx9w1m7x";
finalImageName = imageName;
finalImageTag = "latest";
}