@zed config changes

This commit is contained in:
m3tam3re 2025-02-17 06:36:50 +01:00
parent 994f7f6f74
commit 9bcb33e58a
3 changed files with 9 additions and 2 deletions

View File

@ -20,7 +20,8 @@ in {
enable = true;
userSettings = {
features = {
edit_prediction_provider = "zeta";
edit_prediction_provider = "zed";
inline_completion_provider = "zed";
copilot = false;
};
telemetry = {

View File

@ -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

View File

@ -60,6 +60,7 @@
fileSystems."/mnt/skynet" = {
device = "192.168.1.100:/volume3/m3-skynet";
fsType = "nfs";
options = ["noauto" "x-systemd.automount"];
};
swapDevices = [];