From 16773814c9f3f5fe116eab1a6607b5efa4455a67 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 7 Mar 2025 11:00:36 -0500 Subject: [PATCH] updates --- flake.lock | 6 +++--- infrastructure/wce.nix | 10 +++++----- modules/core.nix | 1 - 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index bdecd90..e3e4940 100644 --- a/flake.lock +++ b/flake.lock @@ -187,11 +187,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1741010256, - "narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=", + "lastModified": 1741246872, + "narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246", + "rev": "10069ef4cf863633f57238f179a0297de84bd8d3", "type": "github" }, "original": { diff --git a/infrastructure/wce.nix b/infrastructure/wce.nix index a7441a5..f16f06e 100644 --- a/infrastructure/wce.nix +++ b/infrastructure/wce.nix @@ -34,11 +34,11 @@ }; }; - "cloudflare_r2_bucket"."cache" = { - account_id = "68c4b3ab47c1a97037ab5a938f772d69"; - name = "wce-attic-cache"; - storage_class = "Standard"; - }; + # "cloudflare_r2_bucket"."cache" = { + # account_id = "68c4b3ab47c1a97037ab5a938f772d69"; + # name = "wce-attic-cache"; + # storage_class = "Standard"; + # }; #"digitalocean_droplet"."do-wce-lighthouse1" = { # image = "177939596"; # nixos-digitalocean diff --git a/modules/core.nix b/modules/core.nix index 5128895..0544d00 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -44,7 +44,6 @@ ); }; overlays = [ - (final: prev: {frigate = inputs.unstable-small.legacyPackages.${prev.system}.frigate;}) ]; }; };