feat(fmt): Add nix-ld to configuration.nix
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user