From d935c946b532cd03f4affbc48294b0b731b215ef Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sat, 28 Oct 2023 00:48:41 +0200 Subject: [PATCH] nachtigall: Disable debug info --- hosts/nachtigall/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nachtigall/default.nix b/hosts/nachtigall/default.nix index a9f039c..4430aa0 100644 --- a/hosts/nachtigall/default.nix +++ b/hosts/nachtigall/default.nix @@ -53,7 +53,6 @@ time.timeZone = "Etc/UTC"; environment = { - enableDebugInfo = true; # just a couple of packages to make our lives easier systemPackages = with pkgs; [ vim ]; };