set enp0s1 mtu to 1400 on macvm-nix

This commit is contained in:
2026-04-17 00:11:28 +02:00
parent f6987797a7
commit 69e81bb6e0
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@
claude-code
opencode
# C++ stdlib for Python venv native extensions
pkgs.stdenv.cc.cc.lib
# Custom packages
(pkgs.callPackage ../pkgs/ax {})
+5 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
{
programs.fzf = {
@@ -28,6 +28,10 @@
PROMPT='%F{green}%n@%m%f:%F{blue}%~%f %F{240}''${vcs_info_msg_0_}%f %# '
'';
sessionVariables = {
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
};
shellAliases = {
cat = "bat";
};
+1
View File
@@ -8,6 +8,7 @@
networking.hostName = "macvm-nix";
networking.domain = "";
networking.interfaces.enp0s1.mtu = 1400;
# Disko: Auto-partitioning configuration
disko.devices = {