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