set enp0s1 mtu to 1400 on macvm-nix
This commit is contained in:
@@ -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 {})
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
networking.hostName = "macvm-nix";
|
||||
networking.domain = "";
|
||||
networking.interfaces.enp0s1.mtu = 1400;
|
||||
|
||||
# Disko: Auto-partitioning configuration
|
||||
disko.devices = {
|
||||
|
||||
Reference in New Issue
Block a user