fix: welp, no binary cache

This commit is contained in:
Noa Aarts 2024-10-23 00:14:34 +02:00
parent a945f759d3
commit 705c74164b
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 0 additions and 11 deletions

View file

@ -5,7 +5,6 @@
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
substituters = [ substituters = [
(lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl")
"https://cosmic.cachix.org/" "https://cosmic.cachix.org/"
"https://hyprland.cachix.org" "https://hyprland.cachix.org"
"https://cache.iog.io" "https://cache.iog.io"
@ -14,7 +13,6 @@
"https://cache.iog.io" "https://cache.iog.io"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.itepastra.nl:ogbo80MrUQqtOyGACPjMf1SBdCOL+IQ3LEvRf/6gy1k="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="

View file

@ -150,12 +150,6 @@
}; };
services = { services = {
nix-serve = {
enable = true;
package = pkgs.nix-serve-ng;
secretKeyFile = config.age.secrets."secrets/nix-store-key".path;
port = 22332;
};
github-runners = { github-runners = {
flurry-runner = { flurry-runner = {
enable = true; enable = true;
@ -255,7 +249,6 @@
}; };
"calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341"; "calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341";
"cache.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:22332";
}; };
}; };
}; };
@ -273,7 +266,6 @@
"itepastra.nl".extraDomainNames = [ "itepastra.nl".extraDomainNames = [
"locked.itepastra.nl" "locked.itepastra.nl"
"calendar.itepastra.nl" "calendar.itepastra.nl"
"cache.itepastra.nl"
]; ];
}; };
}; };
@ -283,7 +275,6 @@
22 # ssh 22 # ssh
80 # http 80 # http
443 # https 443 # https
9212 # hydra
25565 # minecraft 25565 # minecraft
24454 # minecraft (voice) 24454 # minecraft (voice)