From 861a864f93586cf0fb405149cd4da8091374a258 Mon Sep 17 00:00:00 2001 From: blahai Date: Mon, 27 Jan 2025 16:08:35 +0200 Subject: [PATCH] Theia: enable nix-ld --- systems/theia/overrides.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/theia/overrides.nix b/systems/theia/overrides.nix index 23b96aa..af14d12 100644 --- a/systems/theia/overrides.nix +++ b/systems/theia/overrides.nix @@ -2,13 +2,10 @@ lib, pkgs, config, - modulesPath, ... }: let inherit (lib.modules) mkForce mkIf; in { - imports = [(modulesPath + "/profiles/qemu-guest.nix")]; - config = { services = { smartd.enable = mkForce false; # Unavailable - device lacks SMART capability. @@ -28,6 +25,9 @@ in { }; systemd.services.qemu-guest-agent.path = [pkgs.shadow]; + # For vsc server cuz slogo is a bitch + programs.nix-ld.enable = true; + system.stateVersion = mkForce "25.05"; boot = {