fix: welp, no binary cache
This commit is contained in:
parent
a945f759d3
commit
705c74164b
2 changed files with 0 additions and 11 deletions
|
|
@ -5,7 +5,6 @@
|
|||
auto-optimise-store = true;
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
substituters = [
|
||||
(lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl")
|
||||
"https://cosmic.cachix.org/"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.iog.io"
|
||||
|
|
@ -14,7 +13,6 @@
|
|||
"https://cache.iog.io"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.itepastra.nl:ogbo80MrUQqtOyGACPjMf1SBdCOL+IQ3LEvRf/6gy1k="
|
||||
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
|
|
|
|||
|
|
@ -150,12 +150,6 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
package = pkgs.nix-serve-ng;
|
||||
secretKeyFile = config.age.secrets."secrets/nix-store-key".path;
|
||||
port = 22332;
|
||||
};
|
||||
github-runners = {
|
||||
flurry-runner = {
|
||||
enable = true;
|
||||
|
|
@ -255,7 +249,6 @@
|
|||
};
|
||||
|
||||
"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 = [
|
||||
"locked.itepastra.nl"
|
||||
"calendar.itepastra.nl"
|
||||
"cache.itepastra.nl"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -283,7 +275,6 @@
|
|||
22 # ssh
|
||||
80 # http
|
||||
443 # https
|
||||
9212 # hydra
|
||||
|
||||
25565 # minecraft
|
||||
24454 # minecraft (voice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue