From ce7c59456271a69e108b80e294ae1ead61b7dc1f Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 12 Jun 2026 16:50:16 -0400 Subject: [PATCH] feat: enable ca-derivations experimental feature on lazyworkhorse --- hosts/lazyworkhorse/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index f1afae4..fe7737a 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -9,7 +9,7 @@ hoardingcow-mount.enable = true; # Flakesss - nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" ]; + nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" "ca-derivations" ]; nix.settings.trusted-users = [ "root" "gortium" ]; # Garbage collection