mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 13:58:56 -05:00
Theia: enable nix-ld
This commit is contained in:
parent
6094e039be
commit
861a864f93
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue