NFS @m3-kratos

This commit is contained in:
m3tam3re 2025-02-15 14:08:39 +01:00
parent e98e224af9
commit 994f7f6f74
3 changed files with 8 additions and 2 deletions

View File

@ -20,6 +20,7 @@ in {
enable = true; enable = true;
userSettings = { userSettings = {
features = { features = {
edit_prediction_provider = "zeta";
copilot = false; copilot = false;
}; };
telemetry = { telemetry = {
@ -78,6 +79,7 @@ in {
buffer_font_family = "FiraCode Nerd Font"; buffer_font_family = "FiraCode Nerd Font";
ui_font_size = 16; ui_font_size = 16;
buffer_font_size = 16; buffer_font_size = 16;
show_edit_predictions = true;
}; };
}; };
}; };

View File

@ -18,8 +18,7 @@
networking.hostId = "15b60253"; # CHANGE ME networking.hostId = "15b60253"; # CHANGE ME
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
true; # Easiest to use and most distros use this by default.
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";

View File

@ -57,6 +57,11 @@
options = ["fmask=0022" "dmask=0022"]; options = ["fmask=0022" "dmask=0022"];
}; };
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