formatting.

This commit is contained in:
Gabe Venberg 2024-10-21 16:06:30 +02:00
parent 487fe1f4c2
commit 1e6a1e3f93
5 changed files with 22 additions and 23 deletions

View file

@ -15,8 +15,8 @@
"34197:34197"
"27015:27015"
];
environment={
UPDATE_MODS_ON_START="true";
environment = {
UPDATE_MODS_ON_START = "true";
};
};
};

View file

@ -16,13 +16,13 @@ in {
headerStyle = "boxed";
base = "https://${baseurl}";
language = "en";
hideVersion=true;
hideVersion = true;
statusStyle = "dot";
quicklaunch = {
searchDescriptions = true;
hideInternetSearch = false;
hideVisitUrl = false;
provider="duckduckgo";
provider = "duckduckgo";
};
};
@ -88,19 +88,18 @@ in {
};
}
{
Radicale={
icon="sh-radicale.svg";
href="https://cal.venberg.xyz";
siteMonitor="https://cal.venberg.xyz";
description="Calander administration";
Radicale = {
icon = "sh-radicale.svg";
href = "https://cal.venberg.xyz";
siteMonitor = "https://cal.venberg.xyz";
description = "Calander administration";
};
}
{
Syncthing={
icon="sh-syncthing.svg";
href="http://localhost:8384/";
siteMonitor="http://localhost:8384/";
description="Local Syncthing dashboard";
Syncthing = {
icon = "sh-syncthing.svg";
href = "http://localhost:8384";
description = "Local Syncthing dashboard";
};
}
];
@ -116,11 +115,11 @@ in {
};
}
{
Github={
icon="si-github-#181717";
href="https://github.com";
siteMonitor="https://git.venberg.xyz";
description="Non self hosted Git forge :(";
Github = {
icon = "si-github-#181717";
href = "https://github.com";
siteMonitor = "https://git.venberg.xyz";
description = "Non self hosted Git forge :(";
};
}
];

View file

@ -14,7 +14,7 @@
overrideFolders = false;
openDefaultPorts = true;
systemService = true;
dataDir="/home/${config.host.user}/Sync";
configDir="/home/${config.host.user}/.local/state/syncthing";
dataDir = "/home/${config.host.user}/Sync";
configDir = "/home/${config.host.user}/.local/state/syncthing";
};
}

View file

@ -8,7 +8,7 @@
imports = [
../../configs/nixos/nginx.nix
];
services.nginx.clientMaxBodySize="100m";
services.nginx.clientMaxBodySize = "100m";
services.nginx.virtualHosts = {
"gabevenberg.com" = {
enableACME = true;

View file

@ -25,7 +25,7 @@ in {
sopsFile = "${inputs.nix-secrets}/restic-server";
format = "binary";
path = "/backup/restic/.htpasswd";
owner="restic";
owner = "restic";
};
secrets.restic-url = {
sopsFile = "${inputs.nix-secrets}/restic-client.yaml";