formatting

This commit is contained in:
Osman Faruk Bayram 2025-07-29 00:51:26 +03:00
parent 29c782efb2
commit dbb8efeec2
4 changed files with 105 additions and 94 deletions

View file

@ -14,90 +14,90 @@
config = lib.mkMerge [
(lib.mkIf config.myModules.enableGlance {
services.glance = {
enable = true;
openFirewall = true;
settings = {
server = {
port = 3838;
host = "0.0.0.0";
};
pages = [
{
columns = [
services.glance = {
enable = true;
openFirewall = true;
settings = {
server = {
port = 3838;
host = "0.0.0.0";
};
pages = [
{
size = "small";
widgets = [
{type = "calendar";}
columns = [
{
type = "repository";
repository = "NixOS/nixpkgs";
}
];
}
{
size = "full";
widgets = [
{
type = "repository";
repository = "NixOS/nixpkgs";
}
{
cache = "1m";
sites = [
size = "small";
widgets = [
{ type = "calendar"; }
{
icon = "sh:forgejo";
title = "Forgejo git server";
url = "https://git.osbm.dev";
}
{
icon = "si:ollama";
title = "Open Webui";
url = "http://ymir.curl-boga.ts.net:7070/";
}
{
icon = "sh:jellyfin";
title = "Jellyfin";
url = "http://ymir.curl-boga.ts.net:8096/";
}
{
icon = "sh:nixos";
title = "Hydra";
url = "http://wallfacer.curl-boga.ts.net:3000";
}
{
icon = "sh:nixos";
title = "Attix Binary Cache";
url = "https://cache.osbm.dev";
}
{
icon = "sh:visual-studio-code";
title = "Ymir Remote VSCode";
url = "http://ymir.curl-boga.ts.net:4444/";
}
{
icon = "sh:visual-studio-code";
title = "Tartarus Remote VSCode";
url = "http://tartarus.curl-boga.ts.net:4444/";
}
{
icon = "sh:visual-studio-code";
title = "Wallfacer Remote VSCode";
url = "http://wallfacer.curl-boga.ts.net:4444/";
type = "repository";
repository = "NixOS/nixpkgs";
}
];
}
{
size = "full";
widgets = [
{
type = "repository";
repository = "NixOS/nixpkgs";
}
{
cache = "1m";
sites = [
{
icon = "sh:forgejo";
title = "Forgejo git server";
url = "https://git.osbm.dev";
}
{
icon = "si:ollama";
title = "Open Webui";
url = "http://ymir.curl-boga.ts.net:7070/";
}
{
icon = "sh:jellyfin";
title = "Jellyfin";
url = "http://ymir.curl-boga.ts.net:8096/";
}
{
icon = "sh:nixos";
title = "Hydra";
url = "http://wallfacer.curl-boga.ts.net:3000";
}
{
icon = "sh:nixos";
title = "Attix Binary Cache";
url = "https://cache.osbm.dev";
}
{
icon = "sh:visual-studio-code";
title = "Ymir Remote VSCode";
url = "http://ymir.curl-boga.ts.net:4444/";
}
{
icon = "sh:visual-studio-code";
title = "Tartarus Remote VSCode";
url = "http://tartarus.curl-boga.ts.net:4444/";
}
{
icon = "sh:visual-studio-code";
title = "Wallfacer Remote VSCode";
url = "http://wallfacer.curl-boga.ts.net:4444/";
}
];
title = "Services";
type = "monitor";
}
];
title = "Services";
type = "monitor";
}
];
name = "Home";
content = "Welcome to Pochita's home page!";
}
];
name = "Home";
content = "Welcome to Pochita's home page!";
}
];
};
};
};
};
networking.firewall.allowedTCPPorts = [ config.services.glance.settings.server.port ];
services.cloudflared.tunnels = {
"91b13f9b-81be-46e1-bca0-db2640bf2d0a" = {

View file

@ -19,7 +19,7 @@
port = 3000;
hydraURL = "http://${config.networking.hostName}.curl-boga.ts.net/hydra/";
notificationSender = "hydra@localhost";
buildMachinesFiles = [];
buildMachinesFiles = [ ];
useSubstitutes = true;
};
networking.firewall.allowedTCPPorts = [