formatting.
This commit is contained in:
parent
487fe1f4c2
commit
1e6a1e3f93
|
@ -15,8 +15,8 @@
|
|||
"34197:34197"
|
||||
"27015:27015"
|
||||
];
|
||||
environment={
|
||||
UPDATE_MODS_ON_START="true";
|
||||
environment = {
|
||||
UPDATE_MODS_ON_START = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 :(";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
imports = [
|
||||
../../configs/nixos/nginx.nix
|
||||
];
|
||||
services.nginx.clientMaxBodySize="100m";
|
||||
services.nginx.clientMaxBodySize = "100m";
|
||||
services.nginx.virtualHosts = {
|
||||
"gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue