mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
fixed some types
This commit is contained in:
parent
c479782a78
commit
3c9235e81d
|
@ -50,12 +50,12 @@ in
|
||||||
services.homepage-dashboard = {
|
services.homepage-dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
headerStyle = boxed;
|
headerStyle = "boxed";
|
||||||
"language" = "fr";
|
"language" = "fr";
|
||||||
title = "sillybox home !!";
|
title = "sillybox home !!";
|
||||||
layout = {
|
layout = {
|
||||||
"Vidéos & Séries" = {
|
"Vidéos & Séries" = {
|
||||||
style = row;
|
style = "row";
|
||||||
columns = 4;
|
columns = 4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue