hugo: use ext image
This commit is contained in:
parent
9dd2dc3212
commit
e8d168caf4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [hugo];
|
||||
virtualisation.oci-containers.containers.hugo = {
|
||||
image = "klakegg/hugo:0.111.3";
|
||||
image = "klakegg/hugo:0.111.3-ext-ubuntu";
|
||||
cmd = ["server"];
|
||||
volumes = [
|
||||
"/home/notoh/docker/hugo:/src"
|
||||
|
|
Loading…
Reference in a new issue