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 {
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
environmentFile = ''${pkgs.writeTextFile {
|
||||
name = "envFile";
|
||||
text ="HOMEPAGE_ALLOWED_HOSTS=${baseurl}";
|
||||
}}'';
|
||||
settings = {
|
||||
theme = "dark";
|
||||
color = "slate";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue