fix: Enable experimental features

pre-release
Inex Code 2023-12-31 17:52:52 +03:00
parent 938fe88fbe
commit 62b59f6dcd
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {