From 994f7f6f7451adb86af52dca44412ab96aef4fd7 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Sat, 15 Feb 2025 14:08:39 +0100 Subject: [PATCH] NFS @m3-kratos --- home/features/desktop/coding.nix | 2 ++ hosts/m3-atlas/configuration.nix | 3 +-- hosts/m3-kratos/hardware-configuration.nix | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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