diff --git a/home/features/desktop/coding.nix b/home/features/desktop/coding.nix index 7f16f14..059f92b 100644 --- a/home/features/desktop/coding.nix +++ b/home/features/desktop/coding.nix @@ -20,6 +20,7 @@ in { enable = true; userSettings = { features = { + edit_prediction_provider = "zeta"; copilot = false; }; telemetry = { @@ -78,6 +79,7 @@ in { buffer_font_family = "FiraCode Nerd Font"; ui_font_size = 16; buffer_font_size = 16; + show_edit_predictions = true; }; }; }; diff --git a/hosts/m3-atlas/configuration.nix b/hosts/m3-atlas/configuration.nix index 83c5fc3..dddbfeb 100644 --- a/hosts/m3-atlas/configuration.nix +++ b/hosts/m3-atlas/configuration.nix @@ -18,8 +18,7 @@ networking.hostId = "15b60253"; # CHANGE ME # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.networkmanager.enable = - true; # Easiest to use and most distros use this by default. + networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. time.timeZone = "Europe/Berlin"; diff --git a/hosts/m3-kratos/hardware-configuration.nix b/hosts/m3-kratos/hardware-configuration.nix index 0b7e05f..8daddd8 100644 --- a/hosts/m3-kratos/hardware-configuration.nix +++ b/hosts/m3-kratos/hardware-configuration.nix @@ -57,6 +57,11 @@ options = ["fmask=0022" "dmask=0022"]; }; + 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