From 97efef82069622c204bbb0bc5c9ffc92399f2c77 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:57:30 -0500 Subject: random mercury fixes --- hosts/mercury/ai.nix | 1 + hosts/mercury/disks.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 1bece4a..42a478a 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -3,4 +3,5 @@ enable = true; loadModels = ["deepseek-r1:1.5b"]; }; + environment.systemPackages = [pkgs.mcphost]; } diff --git a/hosts/mercury/disks.nix b/hosts/mercury/disks.nix index ffa0871..af6c161 100644 --- a/hosts/mercury/disks.nix +++ b/hosts/mercury/disks.nix @@ -1,6 +1,4 @@ { - # TODO: Replace this with disko eventually - fileSystems."/" = { device = "/dev/disk/by-uuid/3d80a86b-3268-4209-a833-b531b8bc0ebc"; fsType = "ext4"; -- cgit v1.3.1