From abc9721408b31908bb2b392851e25e29641485df Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 23 Mar 2024 20:35:28 +0530 Subject: [PATCH] feat(fmt): Add nix-ld to configuration.nix --- nixos/configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6c23bcf0..1f3cc4aa 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -26,10 +26,6 @@ nix.gc.dates = "daily"; nix.gc.options = "--delete-older-than +5"; - - - - boot.lanzaboote = { enable = true; pkiBundle = "/etc/secureboot"; @@ -177,10 +173,10 @@ dedicatedServer.openFirewall = true; }; nix-ld = { - enable = true; - libraries = with pkgs; [ - libglvnd - ]; + enable = true; + libraries = with pkgs; [ + libglvnd + ]; }; };