my changes got merged into nixpkgs and are on unstable!

This commit is contained in:
Gabe Venberg 2025-04-18 23:19:17 +02:00
parent 3ac448bfa9
commit 55e699bb81
3 changed files with 8 additions and 11 deletions

View file

@ -10,10 +10,7 @@
in {
services.homepage-dashboard = {
enable = true;
environmentFile = ''${pkgs.writeTextFile {
name = "envFile";
text = "HOMEPAGE_ALLOWED_HOSTS=${baseurl}";
}}'';
allowedHosts=baseurl;
settings = {
theme = "dark";
color = "slate";