nachtigall: Disable debug info

This commit is contained in:
Akshay Mankar 2023-10-28 00:48:41 +02:00 committed by b12f
parent de553e6c7b
commit d935c946b5
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

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