From e9c22d5046344ec314d4095cc39e0e06788a0531 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Mon, 19 May 2025 17:33:24 +0800 Subject: [PATCH] added nix-command --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;