From 62b59f6dcd3d81f40f7ec6eecc82e2f457f651c1 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Sun, 31 Dec 2023 17:52:52 +0300 Subject: [PATCH] fix: Enable experimental features --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 787efbe..335bca2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,6 +96,9 @@ in automatic = true; options = "--delete-older-than 7d"; }; + extraOptions = '' + experimental-features = nix-command flakes repl-flake + ''; }; services.journald.extraConfig = "SystemMaxUse=500M"; boot.kernel.sysctl = {