feat: extend ghostty shader, add shadps4 builds, update nix, homepage
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
dates = "daily";
|
||||
options = "--delete-older-than +5";
|
||||
};
|
||||
package = pkgs.nixVersions.latest; # deploy-rs doesn't work with nix >= 2.32
|
||||
package = pkgs.nixVersions.nix_2_32; # deploy-rs doesn't work with nix >= 2.33
|
||||
buildMachines = [
|
||||
../../builders/tako.nix
|
||||
../../builders/shiro.nix
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 5d";
|
||||
};
|
||||
package = pkgs.nixVersions.latest; # deploy-rs doesn't work with nix >= 2.32
|
||||
package = pkgs.nixVersions.nix_2_32; # deploy-rs doesn't work with nix >= 2.32
|
||||
distributedBuilds = true;
|
||||
};
|
||||
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
siteMonitor = "https://deluge.tsuba.darksailor.dev";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
"Home Assistant" = {
|
||||
icon = "home-assistant.png";
|
||||
@@ -68,6 +67,14 @@
|
||||
siteMonitor = "https://home.darksailor.dev";
|
||||
};
|
||||
}
|
||||
{
|
||||
"Pi Hole" = {
|
||||
icon = "pi-hole.png";
|
||||
description = "Pi-hole: Network-wide Ad Blocker";
|
||||
href = "https://pihole.darksailor.dev";
|
||||
siteMonitor = "https://pihole.darksailor.dev";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
@@ -99,7 +106,7 @@
|
||||
{
|
||||
"Excalidraw" = {
|
||||
icon = "excalidraw.png";
|
||||
description = "Excalidraw: Self-hosted Collaborative Whiteboard";
|
||||
description = "Excalidraw: Self-hosted Whiteboard";
|
||||
href = "https://draw.darksailor.dev";
|
||||
siteMonitor = "https://draw.darksailor.dev";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user