@zed config changes
This commit is contained in:
parent
994f7f6f74
commit
9bcb33e58a
@ -20,7 +20,8 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
features = {
|
features = {
|
||||||
edit_prediction_provider = "zeta";
|
edit_prediction_provider = "zed";
|
||||||
|
inline_completion_provider = "zed";
|
||||||
copilot = false;
|
copilot = false;
|
||||||
};
|
};
|
||||||
telemetry = {
|
telemetry = {
|
||||||
|
@ -44,11 +44,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/skynet-bkg" = {
|
fileSystems."/mnt/skynet-bkg" = {
|
||||||
device = "100.94.135.99:/volume3/bkg";
|
device = "192.168.1.100:/volume3/bkg";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["noauto" "x-systemd.automount"];
|
options = ["noauto" "x-systemd.automount"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/skynet" = {
|
||||||
|
device = "192.168.1.100:/volume3/m3-skynet";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
fileSystems."/mnt/skynet" = {
|
fileSystems."/mnt/skynet" = {
|
||||||
device = "192.168.1.100:/volume3/m3-skynet";
|
device = "192.168.1.100:/volume3/m3-skynet";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
options = ["noauto" "x-systemd.automount"];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user