This commit is contained in:
TheWanderingCrow 2025-03-07 11:00:36 -05:00
parent 7aa24a3035
commit 16773814c9
3 changed files with 8 additions and 9 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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

View file

@ -44,7 +44,6 @@
);
};
overlays = [
(final: prev: {frigate = inputs.unstable-small.legacyPackages.${prev.system}.frigate;})
];
};
};