From 9bcb33e58aaae0f8a1abbe84de53159cb2941087 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 17 Feb 2025 06:36:50 +0100 Subject: [PATCH] @zed config changes --- home/features/desktop/coding.nix | 3 ++- hosts/m3-ares/hardware-configuration.nix | 7 ++++++- hosts/m3-kratos/hardware-configuration.nix | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/coding.nix b/home/features/desktop/coding.nix index 059f92b..9fc0922 100644 --- a/home/features/desktop/coding.nix +++ b/home/features/desktop/coding.nix @@ -20,7 +20,8 @@ in { enable = true; userSettings = { features = { - edit_prediction_provider = "zeta"; + edit_prediction_provider = "zed"; + inline_completion_provider = "zed"; copilot = false; }; telemetry = { diff --git a/hosts/m3-ares/hardware-configuration.nix b/hosts/m3-ares/hardware-configuration.nix index 03b947f..0a07d13 100644 --- a/hosts/m3-ares/hardware-configuration.nix +++ b/hosts/m3-ares/hardware-configuration.nix @@ -44,11 +44,16 @@ }; fileSystems."/mnt/skynet-bkg" = { - device = "100.94.135.99:/volume3/bkg"; + device = "192.168.1.100:/volume3/bkg"; fsType = "nfs"; options = ["noauto" "x-systemd.automount"]; }; + fileSystems."/mnt/skynet" = { + device = "192.168.1.100:/volume3/m3-skynet"; + fsType = "nfs"; + }; + swapDevices = []; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking diff --git a/hosts/m3-kratos/hardware-configuration.nix b/hosts/m3-kratos/hardware-configuration.nix index 8daddd8..fa503d1 100644 --- a/hosts/m3-kratos/hardware-configuration.nix +++ b/hosts/m3-kratos/hardware-configuration.nix @@ -60,6 +60,7 @@ fileSystems."/mnt/skynet" = { device = "192.168.1.100:/volume3/m3-skynet"; fsType = "nfs"; + options = ["noauto" "x-systemd.automount"]; }; swapDevices = [];