aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 13:57:30 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 14:12:12 -0500
commit97efef82069622c204bbb0bc5c9ffc92399f2c77 (patch)
treed8072e73c4c1bb20e8abee9f98c7786b5a55a6c7
parentc30b58c5fee65d370f6081d26519de348515a09f (diff)
random mercury fixes
-rw-r--r--hosts/mercury/ai.nix1
-rw-r--r--hosts/mercury/disks.nix2
2 files changed, 1 insertions, 2 deletions
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";