From 653c9a3a732f40b872f43e1b56b0c1a4c4fe3c80 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Wed, 28 Jan 2026 09:19:32 -0500 Subject: [PATCH] Update versions --- flake.lock | 18 +++++++++--------- machines/cj/configuration.nix | 2 +- machines/cj/unifi.nix | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 2e9af37..1eb959d 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1756245047, - "narHash": "sha256-9bHzrVbjAudbO8q4vYFBWlEkDam31fsz0J7GB8k4AsI=", + "lastModified": 1769086393, + "narHash": "sha256-3ymIZ8s3+hu7sDl/Y48o6bwMxorfKrmn97KuWiw1vjY=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "a65b650d6981e23edd1afa1f01eb942f19cdcbb7", + "rev": "9f7ba891ea5fc3ededd7804f1a23fafadbcb26ca", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1756735997, - "narHash": "sha256-22kDJzOdCpHz54nAgN1uNtQeBDCstsT7UKDkpkSLhiQ=", + "lastModified": 1768649915, + "narHash": "sha256-jc21hKogFnxU7KXSVTRmxC7u5D4RHwm9BAvDf5/Z1Uo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "17096cea47d8ee98a7b4f53ac844865cbd582bce", + "rev": "3e3f3c7f9977dc123c23ee21e8085ed63daf8c37", "type": "github" }, "original": { @@ -66,11 +66,11 @@ ] }, "locked": { - "lastModified": 1754988908, - "narHash": "sha256-t+voe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U=", + "lastModified": 1768863606, + "narHash": "sha256-1IHAeS8WtBiEo5XiyJBHOXMzECD6aaIOJmpQKzRRl64=", "owner": "Mic92", "repo": "sops-nix", - "rev": "3223c7a92724b5d804e9988c6b447a0d09017d48", + "rev": "c7067be8db2c09ab1884de67ef6c4f693973f4a2", "type": "github" }, "original": { diff --git a/machines/cj/configuration.nix b/machines/cj/configuration.nix index 3d8d823..ce07742 100644 --- a/machines/cj/configuration.nix +++ b/machines/cj/configuration.nix @@ -205,7 +205,7 @@ }; searx = { - enable = true; + enable = false; redisCreateLocally = true; settings.server = { bind_address = "::1"; diff --git a/machines/cj/unifi.nix b/machines/cj/unifi.nix index 747ec90..415a7f9 100644 --- a/machines/cj/unifi.nix +++ b/machines/cj/unifi.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "jacobalberty/unifi:v8.1"; + image = "jacobalberty/unifi:v10.0"; ports = [ "8080:8080" "8443:8443"