From 4464c6638659e0bfaf9a43621a27f8e3a92c5380 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 25 Mar 2024 20:03:49 +0100 Subject: use btrfs again --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 8b439cb..4319422 100644 --- a/common.nix +++ b/common.nix @@ -162,10 +162,11 @@ in options = "--delete-older-than 7d"; }; - # avoid that nix hogs all CPUs + # avoid that nix hogs all CPUs and enable new stuff settings = { max-jobs = 1; cores = 4; + experimental-features = "nix-command flakes"; }; # https://github.com/nix-community/nix-direnv -- cgit v1.2.3