fix things

This commit is contained in:
2026-06-27 14:22:32 +09:00
parent ca06b70683
commit b7e82d92c9
15 changed files with 104 additions and 43 deletions

View File

@@ -52,7 +52,8 @@
"hid_apple.fnmode" = 2;
"net.ipv4.ip_unprivileged_port_start" = 80;
"kernel.split_lock_mitigate" = 0;
"fs.inotify.max_user_watches" = 524288;
"fs.inotify.max_user_watches" = 1048576;
"fs.inotify.max_user_instances" = 512;
};
fileSystems."/" = {
@@ -119,4 +120,6 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.nvidia-container-toolkit.enable = true;
}