diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/ai.nix | 2 | ||||
| -rw-r--r-- | hosts/mercury/config.nix | 1 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 42a478a..1ce6c25 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -3,5 +3,5 @@ enable = true; loadModels = ["deepseek-r1:1.5b"]; }; - environment.systemPackages = [pkgs.mcphost]; + # environment.systemPackages = [pkgs.mcphost]; } diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index d5f0832..d72277a 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -43,6 +43,7 @@ terminal = { shells.fish.enable = true; + shells.bash.enable = true; # for nix-shells programs = { tmux.enable = true; diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 05e84a7..dfed04f 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -7,7 +7,6 @@ imports = [ ./disks.nix ./battery.nix - ./ai.nix inputs.nixos-facter-modules.nixosModules.facter {facter.reportPath = ./facter.json;} |
