@zed config changes
This commit is contained in:
parent
994f7f6f74
commit
9bcb33e58a
@ -20,7 +20,8 @@ in {
|
||||
enable = true;
|
||||
userSettings = {
|
||||
features = {
|
||||
edit_prediction_provider = "zeta";
|
||||
edit_prediction_provider = "zed";
|
||||
inline_completion_provider = "zed";
|
||||
copilot = false;
|
||||
};
|
||||
telemetry = {
|
||||
|
@ -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
|
||||
|
@ -60,6 +60,7 @@
|
||||
fileSystems."/mnt/skynet" = {
|
||||
device = "192.168.1.100:/volume3/m3-skynet";
|
||||
fsType = "nfs";
|
||||
options = ["noauto" "x-systemd.automount"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user