Fixes
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
|||||||
backgroundMount = "/app/public/media/${backgroundFileName}";
|
backgroundMount = "/app/public/media/${backgroundFileName}";
|
||||||
|
|
||||||
settings = pkgs.writers.writeYAML "settings.yaml" {
|
settings = pkgs.writers.writeYAML "settings.yaml" {
|
||||||
title = "My Self-Hosted Dashboard";
|
title = "Home";
|
||||||
description = "";
|
description = "";
|
||||||
startUrl = "https://${containerCfg.subdomain}.${serverCfg.domain}";
|
startUrl = "https://${containerCfg.subdomain}.${serverCfg.domain}";
|
||||||
background = {
|
background = {
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ in {
|
|||||||
script = ''
|
script = ''
|
||||||
${pkgs.podman}/bin/podman container prune -f
|
${pkgs.podman}/bin/podman container prune -f
|
||||||
${pkgs.podman}/bin/podman image prune -f
|
${pkgs.podman}/bin/podman image prune -f
|
||||||
|
${pkgs.podman}/bin/podman system prune -a --volumes -f
|
||||||
'';
|
'';
|
||||||
startAt = "weekly";
|
startAt = "weekly";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user