fix desktop config

This commit is contained in:
mjallen18
2024-02-27 15:00:10 -06:00
parent cd4a68b513
commit 872b36becf
5 changed files with 44 additions and 37 deletions

View File

@@ -1,17 +1,17 @@
{ config, pkgs, ... }:
{
# dashy
virtualisation.oci-containers.containers."dashy" = {
autoStart = true;
image = " lissy93/dashy:latest";
ports = [ "8888:80" ];
volumes = [
"/mnt/ssd/nix-app-data/dashy/conf.yaml:/app/public/conf.yaml"
];
environment = {
PUID = "911";
PGID = "1000";
TZ = "America/Chicago";
};
};
}
# { config, pkgs, ... }:
# {
# # dashy
# virtualisation.oci-containers.containers."dashy" = {
# autoStart = true;
# image = " lissy93/dashy:latest";
# ports = [ "8888:80" ];
# volumes = [
# "/mnt/ssd/nix-app-data/dashy/conf.yaml:/app/public/conf.yaml"
# ];
# environment = {
# PUID = "911";
# PGID = "1000";
# TZ = "America/Chicago";
# };
# };
# }