[Obelisk] Adds Reflex FRP binary caches to the system
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user