Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix influxdb2 service crash

+7 -7
+6 -6
flake.lock
··· 47 47 ] 48 48 }, 49 49 "locked": { 50 - "lastModified": 1776291222, 51 - "narHash": "sha256-yvYYIaG+x7z+MH7EMFeB+d2AOM6AKboc8tlB9QTfBSM=", 50 + "lastModified": 1776456671, 51 + "narHash": "sha256-1JeO6i9ncxSBRH13UsHJ3n3zGojGHt5GPSGXAhj/WEY=", 52 52 "owner": "sadjow", 53 53 "repo": "claude-code-nix", 54 - "rev": "d3bf650c30533fdae9b0bd06fe05aa15beeee40e", 54 + "rev": "7fe889a66e3d6a8d32cc1858ba152c9d0f75f67c", 55 55 "type": "github" 56 56 }, 57 57 "original": { ··· 611 611 }, 612 612 "nixpkgs_2": { 613 613 "locked": { 614 - "lastModified": 1776067740, 615 - "narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=", 614 + "lastModified": 1776221942, 615 + "narHash": "sha256-FbQAeVNi7G4v3QCSThrSAAvzQTmrmyDLiHNPvTF2qFM=", 616 616 "owner": "nixos", 617 617 "repo": "nixpkgs", 618 - "rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f", 618 + "rev": "1766437c5509f444c1b15331e82b8b6a9b967000", 619 619 "type": "github" 620 620 }, 621 621 "original": {
+1 -1
host-specific/misaki/services.nix
··· 204 204 services.influxdb2 = { 205 205 enable = true; 206 206 provision = { 207 - enable = true; 207 + enable = false; 208 208 initialSetup = { 209 209 organization = "ngp"; 210 210 bucket = "home-assistant";
secrets/influxdb-admin-token.age

This is a binary file and will not be displayed.