applied nixfmt (new version)
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
{ lib, config, proxyReverse, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
proxyReverse,
|
||||
...
|
||||
}:
|
||||
let
|
||||
port = 8082;
|
||||
services = import ./homepage/services.nix { inherit config lib; };
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.my.servers.homepage.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.servers.homepage.enable {
|
||||
sops.secrets.homepage.sopsFile = ../../secrets/env.yaml;
|
||||
@@ -22,8 +28,7 @@ in {
|
||||
columns = 4;
|
||||
};
|
||||
};
|
||||
background =
|
||||
"https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80";
|
||||
background = "https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80";
|
||||
};
|
||||
widgets = [
|
||||
{
|
||||
@@ -37,7 +42,11 @@ in {
|
||||
}
|
||||
{
|
||||
search = {
|
||||
provider = [ "brave" "bing" "google" ];
|
||||
provider = [
|
||||
"brave"
|
||||
"bing"
|
||||
"google"
|
||||
];
|
||||
target = "_blank";
|
||||
showSearchSuggestions = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user