feat(fmt): Add nix-ld to configuration.nix
This commit is contained in:
@@ -26,10 +26,6 @@
|
|||||||
nix.gc.dates = "daily";
|
nix.gc.dates = "daily";
|
||||||
nix.gc.options = "--delete-older-than +5";
|
nix.gc.options = "--delete-older-than +5";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
boot.lanzaboote = {
|
boot.lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/etc/secureboot";
|
||||||
@@ -177,10 +173,10 @@
|
|||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
nix-ld = {
|
nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
libraries = with pkgs; [
|
libraries = with pkgs; [
|
||||||
libglvnd
|
libglvnd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user