NixOS Containers: Difference between revisions
imported>Asbachb |
imported>Frogamic Updated config option to reflect docker -> oci-containers change |
||
| Line 6: | Line 6: | ||
{ config, pkgs, ... }: | { config, pkgs, ... }: | ||
{ | { | ||
config. | config.virtualisation.oci-containers.containers = { | ||
hackagecompare = { | hackagecompare = { | ||
image = "chrissound/hackagecomparestats-webserver:latest"; | image = "chrissound/hackagecomparestats-webserver:latest"; | ||