From a65ec89d7a3320ed409454a2a296412f0bf2a17e Mon Sep 17 00:00:00 2001 From: klarkc Date: Fri, 22 Dec 2023 03:58:58 -0300 Subject: [PATCH] feat(cache): add exp feats --- setups/cache/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setups/cache/default.nix b/setups/cache/default.nix index d7dbdbe..dfe53a3 100644 --- a/setups/cache/default.nix +++ b/setups/cache/default.nix @@ -15,6 +15,8 @@ let agenix disko ]; + nix.settings.experimental-features = "nix-command flakes"; + # cd secrets # nix-store --generate-binary-cache-key cache.tcp4.me ./cache ./cache.pub # scp ssh://root@cache.tcp4.me:/etc/ssh/ssh_host_ed25519_key.pub cache-vultr.pub