fix desktop config
This commit is contained in:
@@ -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";
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
imports = [
|
||||
./samba
|
||||
./apps/collabora
|
||||
./apps/dashy
|
||||
# ./apps/dashy
|
||||
./apps/jellyfin
|
||||
./apps/jellyseerr
|
||||
./apps/mariadb
|
||||
|
||||
Reference in New Issue
Block a user