[Obelisk] Adds Reflex FRP binary caches to the system

This commit is contained in:
2026-02-10 16:38:15 -08:00
parent 114a1ae125
commit 13f301c4fb

View File

@@ -107,10 +107,16 @@
}; };
# Enable flakes # Enable flakes
nix.settings.experimental-features = [ nix = {
"nix-command" # Binary caches for Reflex FRP
"flakes" binaryCaches = [ "https://nixcache.reflex-frp.org" ];
]; binaryCachePublicKeys = [ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
settings.experimental-features = [
"nix-command"
"flakes"
];
};
services.openssh.enable = true; services.openssh.enable = true;