Theia: enable nix-ld

This commit is contained in:
blahai 2025-01-27 16:08:35 +02:00
parent 6094e039be
commit 861a864f93
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -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 = {