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 ]; };