diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/cgit.nix | 2 | ||||
| -rw-r--r-- | services/pds.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/cgit.nix b/services/cgit.nix index 8b87f80..a60b0e7 100644 --- a/services/cgit.nix +++ b/services/cgit.nix @@ -36,7 +36,7 @@ let in { foundation.services.cgit = { - image = { imageFile = cgitImage; image = "cgit:${cgit.version}"; }; + fullImage = { imageFile = cgitImage; image = "cgit:${cgit.version}"; }; ports = [ [ cgitLocalPort 80 ] ]; volumes = [ diff --git a/services/pds.nix b/services/pds.nix index 45be843..68ca66a 100644 --- a/services/pds.nix +++ b/services/pds.nix @@ -30,7 +30,7 @@ in }; foundation.services.pds = { - image = { imageFile = pdsImage; image = "pds:${pds.version}"; }; + fullImage = { imageFile = pdsImage; image = "pds:${pds.version}"; }; ports = [ [ pdsLocalPort 3000 ] ]; volumes = [ |
