18 lines
421 B
Nix
18 lines
421 B
Nix
# { config, pkgs, ... }:
|
|
# {
|
|
# # dashy
|
|
# virtualisation.oci-containers.containers."dashy" = {
|
|
# autoStart = true;
|
|
# image = " lissy93/dashy:latest";
|
|
# ports = [ "8888:80" ];
|
|
# volumes = [
|
|
# "/home/admin/ssd/nix-app-data/dashy/conf.yaml:/app/public/conf.yaml"
|
|
# ];
|
|
# environment = {
|
|
# PUID = "911";
|
|
# PGID = "1000";
|
|
# TZ = "America/Chicago";
|
|
# };
|
|
# };
|
|
# }
|