From cb92fd9f0a5060eab9f7cf7bda15bc604088be1c Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:25:41 +0530 Subject: [PATCH] feat(rahu): replace perl system switch script with the faster binary version --- hosts/rahu/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index 18960f1..b043d9a 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -142,6 +142,11 @@ shell = pkgs.fish; }; + system.switch = { + enable = false; + enableNg = true; + }; + nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ git