From 3ce26a6c3e21b99b6d190233d2be01781c6492f4 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 10 May 2025 10:10:47 +0200 Subject: [PATCH] updated flakes --- flake.lock | 36 +++++++++++++-------------- hosts/sisyphe/features/prometheus.nix | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index 6b6097f..d023e33 100644 --- a/flake.lock +++ b/flake.lock @@ -166,11 +166,11 @@ ] }, "locked": { - "lastModified": 1746710194, - "narHash": "sha256-r2zE8+rWZieU05LMKixeU5SsMy9I4truiTPKchTPNaw=", + "lastModified": 1746798521, + "narHash": "sha256-axfz/jBEH9XHpS7YSumstV7b2PrPf7L8bhWUtLBv3nA=", "owner": "nix-community", "repo": "home-manager", - "rev": "cea975d46d08293eae3ad0d9f16207f1ce2dfc81", + "rev": "e95a7c5b6fa93304cd2fd78cf676c4f6d23c422c", "type": "github" }, "original": { @@ -211,11 +211,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1746693006, - "narHash": "sha256-IztZLDIwNOvJCxqnBmaU7/oEjOBLJZgmLoK0ikQGQkM=", + "lastModified": 1746860762, + "narHash": "sha256-DR3jIVXZcJMbsqDyuMPDhc5/hzXBCamiLBJHKmZGRCo=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "b969e3c7bfcb7a438382dd6e379788f762094df5", + "rev": "a5bf9774518999ee66cd067aad6924ef987c6fde", "type": "github" }, "original": { @@ -227,11 +227,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1746661883, - "narHash": "sha256-kjIDvE1KGhACcvAJGLgzaQDkenH8dN9Hapfc0/b/3bQ=", + "lastModified": 1746827679, + "narHash": "sha256-+qsql9OvlvvmrVfPVh60SYSgr3oiVyBgwWFrvTmKSO0=", "owner": "neovim", "repo": "neovim", - "rev": "1b8ae4336db86ff95998223cc6bd8e07229d237d", + "rev": "db702782e0168d45256a975c4bc1809b5785d952", "type": "github" }, "original": { @@ -346,11 +346,11 @@ }, "nixpkgsSmall": { "locked": { - "lastModified": 1746662363, - "narHash": "sha256-1LXVNEjo9RXc9IGh711BvgdMhD71+iuUKjhZsq4npgo=", + "lastModified": 1746784728, + "narHash": "sha256-I7leCVscxg2FLUalLKuVgkGDzfG9Z28ww+ypggQrXiw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "30ece0005f607654dee9b6c2f8bfa1d182a9f301", + "rev": "71b33d466317d0e07557d666be6c888fb757e4ba", "type": "github" }, "original": { @@ -362,11 +362,11 @@ }, "nixpkgsUnstable": { "locked": { - "lastModified": 1746461020, - "narHash": "sha256-7+pG1I9jvxNlmln4YgnlW4o+w0TZX24k688mibiFDUE=", + "lastModified": 1746663147, + "narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3730d8a308f94996a9ba7c7138ede69c1b9ac4ae", + "rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", "type": "github" }, "original": { @@ -490,11 +490,11 @@ ] }, "locked": { - "lastModified": 1746685734, - "narHash": "sha256-bA6UKUmA/byQjO5MuyOT62Z4rg36DW4kt7QIqEQTDB0=", + "lastModified": 1746846243, + "narHash": "sha256-AV7zvbi1SVbGxODW7SKw3MhMkS1SQNNwp+XEky14rR4=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "4327bc9352789c7e28bda04696a38a08f10dd716", + "rev": "efa32c933ca9f6341bbf57ede9a674d45ebe72e2", "type": "github" }, "original": { diff --git a/hosts/sisyphe/features/prometheus.nix b/hosts/sisyphe/features/prometheus.nix index 2b57766..747f936 100644 --- a/hosts/sisyphe/features/prometheus.nix +++ b/hosts/sisyphe/features/prometheus.nix @@ -19,12 +19,12 @@ }; sabnzbd = { enable = true; + servers = [ { "sisyphe" = { baseUrl = "http://nzb.sisyphe.normandy.rougebordeaux.xyz"; apiKeyFile = "/run/secrets/sabnbzd_apikey"; - }; } ]; };