diff --git a/configuration.nix b/configuration.nix index 8c69f41..0210f78 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,6 +38,11 @@ # Increase buffer size nix.settings.download-buffer-size = "4G"; + # Adding features but not flakes + nix.settings = { + experimental-features = "nix-command"; + }; + # Networking networking.hostName = "greynix"; # Define your hostname. networking.networkmanager.enable = true;