From 17dfeae80ffc2a8ef77d0fedbf40886465ad8e66 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 16 Mar 2024 15:58:41 -0400 Subject: [PATCH] Enable nix-ld --- machines/hephaestus/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 1587ce9..cbc41d8 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -210,6 +210,7 @@ in enable = true; enableSSHSupport = true; }; + nix-ld.enable = true; steam = { enable = true; remotePlay.openFirewall = true;