flake update

This commit is contained in:
cy 2025-01-08 23:43:31 -05:00
parent 6dc1049030
commit 4858051772
2 changed files with 12 additions and 10 deletions

14
flake.lock generated
View file

@ -12,16 +12,16 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1736353000, "lastModified": 1736394512,
"narHash": "sha256-PzglFIpNjoFLR5u0NO2+vrI2LACT9ZCRXk4zqYwEv+M=", "narHash": "sha256-dIrCD0rLXlW1XsNiF50vTeHi1l4xHYh0m+aCdHNcMfU=",
"owner": "cything", "owner": "cything",
"repo": "attic", "repo": "attic",
"rev": "cdb032600405c3db0ef76ea837ab34afdc97c3e3", "rev": "e91261dc9a22d267700ab9095155f5581ac3b06c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "cything", "owner": "cything",
"ref": "configurable-concurrency", "ref": "compression",
"repo": "attic", "repo": "attic",
"type": "github" "type": "github"
} }
@ -210,11 +210,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736204492, "lastModified": 1736366465,
"narHash": "sha256-CoBPRgkUex9Iz6qGSzi/BFVUQjndB0PmME2B6eEyeCs=", "narHash": "sha256-Fo68EF6p/N9GJyHiAUbXtiE7IJlb3IMjK86LuxFMsRU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "20665c6efa83d71020c8730f26706258ba5c6b2a", "rev": "7e00856596891850ba5ad4c5ecd2ed74468c08c5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
attic = { attic = {
url = "github:cything/attic/configurable-concurrency"; url = "github:cything/attic/compression";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -35,9 +35,13 @@
nixConfig = { nixConfig = {
extra-substituters = [ extra-substituters = [
"https://cache.cything.io/central" "https://cache.cything.io/central"
"https://cache.cything.io/infra-ci"
"https://cache.cything.io/attic"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg=" "central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg="
"infra-ci:xG5f5tddUBcvToYjlpHD5OY/puYQkKmgKeIQCshNs38="
"attic:HL3hVpqXxwcF7Q1R+IvU2i0+YxIjQA2xxKM5EJMXLLs="
]; ];
builders-use-substitutes = true; builders-use-substitutes = true;
}; };
@ -137,12 +141,10 @@
modules = [ modules = [
{ {
nixpkgs = { inherit pkgs; }; nixpkgs = { inherit pkgs; };
disabledModules = [ "services/networking/atticd.nix" ];
} }
./hosts/chunk ./hosts/chunk
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
./modules ./modules
inputs.attic.nixosModules.atticd
]; ];
}; };