temp fix for https://github.com/NixOS/nixpkgs/issues/399175.
This commit is contained in:
parent
f683b17d77
commit
b53f2d2da9
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
in {
|
in {
|
||||||
services.homepage-dashboard = {
|
services.homepage-dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
environmentFile = ''${pkgs.writeTextFile {
|
||||||
|
name = "envFile";
|
||||||
|
text ="HOMEPAGE_ALLOWED_HOSTS=${baseurl}";
|
||||||
|
}}'';
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
color = "slate";
|
color = "slate";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue