From a8f7e4b5f597785b586bfeef62ed81fa37bac63f Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 3 Oct 2024 17:11:11 +0200 Subject: t14: 56 current 2024-10-03 17:11:07 24.05.20240928.fbca5e7 6.6.52 * --- machines/t14/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'machines/t14') diff --git a/machines/t14/default.nix b/machines/t14/default.nix index fca604b..ae7f6a5 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -55,6 +55,14 @@ services.printing.drivers = with pkgs; [ cnijfilter2 ]; + programs.nix-ld = { + enable = true; + libraries = with pkgs; [ + + ]; + }; + + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; -- cgit 1.4.1