This commit is contained in:
nora 2025-09-28 12:55:44 +02:00
parent 925c0b7fe4
commit f53dfd45bb
4 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,7 @@ let
url = url =
"https://github.com/C0RR1T/HugoChat/releases/download/2024-08-05/hugo-client.tar.xz"; "https://github.com/C0RR1T/HugoChat/releases/download/2024-08-05/hugo-client.tar.xz";
sha256 = "sha256:121ai8q6bm7gp0pl1ajfk0k2nrfg05zid61i20z0j5gpb2qyhsib"; sha256 = "sha256:121ai8q6bm7gp0pl1ajfk0k2nrfg05zid61i20z0j5gpb2qyhsib";
stripRoot = false;
}; };
in in
{ {

View file

@ -20,7 +20,7 @@ in
}; };
services.garage = { services.garage = {
enable = true; enable = true;
package = pkgs.garage_2_0_0; package = pkgs.garage_2_1_0;
settings = { settings = {
metadata_dir = "/var/lib/garage/meta"; metadata_dir = "/var/lib/garage/meta";
data_dir = "/var/lib/garage/data"; data_dir = "/var/lib/garage/data";

View file

@ -219,6 +219,7 @@
pyroscope = pkgs.fetchzip { pyroscope = pkgs.fetchzip {
url = "https://github.com/grafana/pyroscope/releases/download/v1.14.0/pyroscope_1.14.0_linux_amd64.tar.gz"; url = "https://github.com/grafana/pyroscope/releases/download/v1.14.0/pyroscope_1.14.0_linux_amd64.tar.gz";
sha256 = "sha256:005539bp2a2kac8ff6vz77g0niav81rggha1bsfx454fw4dyli4y"; sha256 = "sha256:005539bp2a2kac8ff6vz77g0niav81rggha1bsfx454fw4dyli4y";
stripRoot = false;
}; };
pyroscopeConfig = { pyroscopeConfig = {
analytics.reporting_enabled = false; analytics.reporting_enabled = false;

View file

@ -1,5 +1,5 @@
{ {
"channel": "nixos-25.05", "channel": "nixos-25.05",
"lastUpdated": "2025-08-18T18:47:54.435Z", "lastUpdated": "2025-09-28T10:00:08.329Z",
"commit": "48f4c982de68d966421d2b6f1ddbeb6227cc5ceb" "commit": "25e53aa156d47bad5082ff7618f5feb1f5e02d01"
} }