Compare commits

...

6 commits

Author SHA1 Message Date
6ab350db0c
Merge pull request #618 from genebean/fix_key
Fix key
2026-03-26 22:36:48 -04:00
9f35e1462b Fix key 2026-03-26 22:34:39 -04:00
9536604e5c
Merge pull request #617 from genebean/numtide_cache
Add numtide cache entires for nixauth
2026-03-26 20:46:27 -04:00
58c4379a25
Merge pull request #616 from genebean/libbd
add libbdplus
2026-03-26 20:45:51 -04:00
37d747c532 Add numtide cache entires for nixauth 2026-03-26 20:44:51 -04:00
14ab2f9e1c add libbdplus 2026-03-26 20:39:55 -04:00
3 changed files with 8 additions and 11 deletions

View file

@ -109,21 +109,19 @@
"flakes" "flakes"
"nix-command" "nix-command"
]; ];
# extra-substituters = [
# ];
# extra-trusted-public-keys = [
# ];
substituters = [ substituters = [
"https://cache.nixos.org" # default one "https://cache.nixos.org" # default one
"https://cache.flox.dev" "https://cache.flox.dev"
"https://cache.numtide.com"
"https://cache.thalheim.io" "https://cache.thalheim.io"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "cache.numtide.com-1:GF3TabtFocLtonIGfz3PD61AgIO8GmjCYhEAmYy4VPY="
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc=" "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCUSDs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
trusted-users = [ trusted-users = [
"@admin" "@admin"

View file

@ -35,6 +35,7 @@ in
filezilla filezilla
gitkraken gitkraken
kdePackages.ksshaskpass kdePackages.ksshaskpass
libbdplus
libreoffice libreoffice
meld meld
mumble mumble

View file

@ -55,23 +55,21 @@
"flakes" "flakes"
"nix-command" "nix-command"
]; ];
# extra-substituters = [
# ];
# extra-trusted-public-keys = [
# ];
substituters = [ substituters = [
"https://cache.nixos.org" # default one "https://cache.nixos.org" # default one
"https://cache.flox.dev" "https://cache.flox.dev"
"https://cache.numtide.com"
"https://cache.thalheim.io" "https://cache.thalheim.io"
"https://cosmic.cachix.org/" "https://cosmic.cachix.org/"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
"cache.numtide.com-1:GF3TabtFocLtonIGfz3PD61AgIO8GmjCYhEAmYy4VPY="
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc=" "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCUSDs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
trusted-users = [ "${username}" ]; trusted-users = [ "${username}" ];
}; };