| packages/nixpkgs/linuxKernel.packages.linux_5_10_hardened.rtl8188eus-aircrack | RealTek RTL8188eus WiFi driver with monitor mode & frame injection support |
| packages/nixpkgs/linuxKernel.packages.linux_5_15_hardened.rtl8188eus-aircrack | RealTek RTL8188eus WiFi driver with monitor mode & frame injection support |
| packages/nixpkgs/linuxKernel.packages.linux_xanmod_latest.rtl8188eus-aircrack | RealTek RTL8188eus WiFi driver with monitor mode & frame injection support |
| packages/nixpkgs/linuxKernel.packages.linux_6_12_hardened.rtl8188eus-aircrack | RealTek RTL8188eus WiFi driver with monitor mode & frame injection support |
| packages/nixpkgs/linuxKernel.packages.linux_xanmod_stable.rtl8188eus-aircrack | RealTek RTL8188eus WiFi driver with monitor mode & frame injection support |
| options/nixos/services.ollama.loadModels | Download these models using ollama pull as soon as ollama.service has started
|
| options/nixos/programs.qgroundcontrol.blacklistModemManagerFromTTYUSB | Disallow ModemManager from interfering with serial connections that QGroundControl might use
|
| options/nixos/services.draupnir.enable | Whether to enable Draupnir, a moderations bot for Matrix.
|
| options/nixos/services.mjolnir.enable | Whether to enable Mjolnir, a moderation tool for Matrix.
|
| options/nixos/services.microsocks.enable | Whether to enable Tiny, portable SOCKS5 server with very moderate resource usage.
|
| options/nixos/services.prosody.muc.*.roomDefaultModerated | If set, the MUC rooms will be moderated by default.
|
| options/nixos/services.hylafax.areaCode | Area code for server and all modems.
|
| options/nixos/services.wyoming.openwakeword.customModelsDirectories | Paths to directories with custom wake word models (*.tflite model files).
|
| options/nixos/services.rtorrent.configText | The content of rtorrent.rc
|
| options/nixos/hardware.display.edid.packages | List of packages containing EDID binary files at $out/lib/firmware/edid
|
| options/nixos/services.hylafax.countryCode | Country code for server and all modems.
|
| options/nixos/services.draupnir.settings.managementRoom | The room ID or alias where moderators can use the bot's functionality
|
| options/nixos/services.hylafax.longDistancePrefix | Long distance prefix for server and all modems.
|
| options/nixos/hardware.nvidia.prime.sync.enable | Whether to enable NVIDIA Optimus support using the NVIDIA proprietary driver via PRIME
|
| options/nixos/hardware.nvidia.prime.reverseSync.enable | Whether to enable NVIDIA Optimus support using the NVIDIA proprietary driver via reverse
PRIME
|
| options/nixos/services.eg25-manager.enable | Whether to enable Quectel EG25 modem manager service.
|
| options/home-manager/programs.helix.extraConfig | Extra lines to be appended to the config file
|
| options/nixos/services.hylafax.internationalPrefix | International prefix for server and all modems.
|
| options/nixos/services.geoclue2.enableModemGPS | Whether to enable Modem-GPS source.
|
| options/home-manager/programs.vim.settings | At attribute set of Vim settings
|
| options/nixos/services.bitlbee.authMode | The following authentication modes are available:
Open -- Accept connections from anyone, use NickServ for user authentication
|
| options/home-manager/programs.kakoune.config.autoComplete | Modes in which to display possible completions
|
| options/nixos/services.openssh.settings.StrictModes | Whether sshd should check file modes and ownership of directories
|
| options/nixos/services.ollama.syncModels | Synchronize all currently installed models with those declared in services.ollama.loadModels,
removing any models that are installed but not currently declared there.
|
| options/nixos/services.hylafax.commonModemConfig | Attribute set of default values for
modem config files etc/config.*
|
| options/nixos/networking.jool.enable | Whether to enable Jool, an Open Source implementation of IPv4/IPv6
translation on Linux
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macAcl | Station MAC address -based authentication
|
| options/nixos/services.tabby.enable | Whether to enable Self-hosted AI coding assistant using large language models.
|
| options/nixos/services.ollama.enable | Whether to enable ollama server for local large language models.
|
| options/home-manager/services.ollama.enable | Whether to enable ollama server for local large language models.
|
| options/nixos/networking.bonds.<name>.xmit_hash_policy | DEPRECATED, use driverOptions
|
| options/home-manager/programs.eza.enable | Whether to enable eza, a modern replacement for ls.
|
| options/home-manager/programs.pls.enable | Whether to enable pls, a modern replacement for ls.
|
| options/nixos/services.private-gpt.enable | Whether to enable private-gpt for local large language models.
|
| options/home-manager/programs.satty.enable | Whether to enable Satty - Modern Screenshot Annotation.
|
| options/nixos/hardware.cpu.x86.msr.enable | Whether to enable the msr (Model-Specific Registers) kernel module and configure udev rules for its devices (usually /dev/cpu/*/msr).
|
| options/home-manager/programs.claude-code.mcpServers | MCP (Model Context Protocol) servers configuration
|
| options/nixos/services.ollama.package | The ollama package to use
|
| options/home-manager/programs.hwatch.enable | Whether to enable hwatch, a modern alternative to the watch command
.
|
| options/home-manager/programs.gemini-cli.defaultModel | The default model to use for the CLI
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.pairwiseCiphers | Set of accepted cipher suites (encryption algorithms) for pairwise keys (unicast packets)
|
| options/nixos/services.mainsail.enable | Whether to enable a modern and responsive user interface for Klipper.
|
| options/home-manager/services.ollama.acceleration | What interface to use for hardware acceleration.
null: default behavior
- if
nixpkgs.config.rocmSupport is enabled, uses "rocm"
- if
nixpkgs.config.cudaSupport is enabled, uses "cuda"
- otherwise defaults to
false
false: disable GPU, only use CPU
"rocm": supported by most modern AMD GPUs
- may require overriding gpu type with
services.ollama.rocmOverrideGfx
if rocm doesn't detect your AMD gpu
"cuda": supported by most modern NVIDIA GPUs
|
| options/nixos/services.ollama.acceleration | What interface to use for hardware acceleration
|
| options/nixos/services.tabby.acceleration | Specifies the device to use for hardware acceleration.
cpu: no acceleration just use the CPU
rocm: supported by modern AMD GPUs
cuda: supported by modern NVIDIA GPUs
metal: supported on darwin aarch64 machines
Tabby will try and determine what type of acceleration that is
already enabled in your configuration when acceleration = null.
- nixpkgs.config.cudaSupport
- nixpkgs.config.rocmSupport
- if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64
IFF multiple acceleration methods are found to be enabled or if you
haven't set either cudaSupport or rocmSupport you will have to
specify the device type manually here otherwise it will default to
the first from the list above or to cpu.
|
| options/nixos/security.forcePageTableIsolation | Whether to force-enable the Page Table Isolation (PTI) Linux kernel
feature even on CPU models that claim to be safe from Meltdown
|
| options/nixos/services.ollama.rocmOverrideGfx | Override what rocm will detect your gpu model as
|
| options/home-manager/programs.superfile.enable | Whether to enable superfile - Pretty fancy and modern terminal file manager.
|
| options/nixos/services.strongswan-swanctl.swanctl.connections.<name>.children.<name>.start_action | Action to perform after loading the configuration.
- The default of
none loads the connection only, which
then can be manually initiated or used as a responder configuration.
- The value
trap installs a trap policy, which triggers
the tunnel as soon as matching traffic has been detected.
- The value
start initiates the connection actively.
- Since version 5.9.6 two modes above can be combined with
trap|start,
to immediately initiate a connection for which trap policies have been installed
|
| options/nixos/services.wyoming.piper.servers.<name>.voice | Name of the voice model to use
|
| options/nixos/programs.pay-respects.aiIntegration | Whether to enable pay-respects' LLM integration
|
| options/nixos/services.wyoming.piper.servers.<name>.speaker | ID of a specific speaker in a multi-speaker model.
|
| options/nixos/hardware.trackpoint.fakeButtons | Switch to "bare" PS/2 mouse support in case Trackpoint buttons are not recognized
properly
|
| options/home-manager/programs.gemini-cli.commands.<name>.prompt | The prompt that will be sent to the Gemini model when the command is executed
|
| options/nixos/services.samba.winbindd.enable | Whether to enable Samba's winbindd, which provides a number of services
to the Name Service Switch capability found in most modern C libraries,
to arbitrary applications via PAM and ntlm_auth and to Samba itself.
|
| options/nixos/services.nextjs-ollama-llm-ui.enable | Whether to enable Simple Ollama web UI service; an easy to use web frontend for a Ollama backend service
|
| options/nixos/services.libretranslate.updateModels | Update language models at startup
|
| options/nixos/virtualisation.tpm.deviceModel | QEMU device model for the TPM, uses the appropriate default based on th guest platform system and the package passed.
|
| options/nixos/services.wyoming.openwakeword.preloadModels | List of wake word models to preload after startup.
|
| options/nixos/services.openafsServer.roles.backup.enable | Whether to enable the backup server role
|
| options/nixos/services.wyoming.faster-whisper.servers.<name>.useTransformers | Whether to provide the dependencies to allow using transformer models.
|
| options/nixos/hardware.display.edid.linuxhw | Exposes EDID files from users-sourced database at https://github.com/linuxhw/EDID
Attribute names will be mapped to EDID filenames <NAME>.bin
|
| options/nixos/services.cassandra.heapNewSize | Must be left blank or set together with heapNewSize
|
| options/nixos/hardware.block.scheduler | Assign block I/O scheduler by device name pattern
|
| options/nixos/services.movim.h2o.tls.recommendations | By default, H2O, without prejudice, will use as many TLS versions &
cipher suites as it & the TLS library (OpenSSL) can support
|
| options/nixos/services.h2o.hosts.<name>.tls.recommendations | By default, H2O, without prejudice, will use as many TLS versions &
cipher suites as it & the TLS library (OpenSSL) can support
|
| options/nixos/services.h2o.defaultTLSRecommendations | By default, H2O, without prejudice, will use as many TLS versions &
cipher suites as it & the TLS library (OpenSSL) can support
|
| options/nixos/services.dolibarr.h2o.tls.recommendations | By default, H2O, without prejudice, will use as many TLS versions &
cipher suites as it & the TLS library (OpenSSL) can support
|
| packages/nixpkgs/scilab-bin | Scientific software package for numerical computations (Matlab lookalike) |
| packages/nixpkgs/libdrm | Direct Rendering Manager library and headers |
| packages/nixpkgs/python313Packages.mcp | Official Python SDK for Model Context Protocol servers and clients |
| packages/nixpkgs/python314Packages.mcp | Official Python SDK for Model Context Protocol servers and clients |
| packages/nixpkgs/libmbim | Library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol |
| packages/nixpkgs/lmmath | Latin Modern Math (LM Math) font completes the modernization of the Computer Modern family of typefaces designed and programmed by Donald E |
| packages/nixpkgs/python312Packages.mcp | Official Python SDK for Model Context Protocol servers and clients |
| packages/nixpkgs/python313Packages.torchsummary | Model summary in PyTorch similar to `model.summary()` in Keras |
| packages/nixpkgs/python314Packages.torchsummary | Model summary in PyTorch similar to `model.summary()` in Keras |
| packages/nixpkgs/python312Packages.torchsummary | Model summary in PyTorch similar to `model.summary()` in Keras |
| packages/nixpkgs/gorm | Graphical Object Relationship Modeller is an easy-to-use interface designer for GNUstep |
| packages/nixpkgs/python313Packages.dmt-core | Tool to help modeling engineers extract model parameters, run circuit and TCAD simulations and automate infrastructure |
| packages/nixpkgs/python314Packages.dmt-core | Tool to help modeling engineers extract model parameters, run circuit and TCAD simulations and automate infrastructure |
| packages/nixpkgs/fbset | Framebuffer device maintenance program |
| packages/nixpkgs/pioneer | Space adventure game set in the Milky Way galaxy at the turn of the 31st century |
| packages/nixpkgs/python313Packages.salib | Python implementations of commonly used sensitivity analysis methods, useful in systems modeling to calculate the effects of model inputs or exogenous factors on outputs of interest |
| packages/nixpkgs/python314Packages.salib | Python implementations of commonly used sensitivity analysis methods, useful in systems modeling to calculate the effects of model inputs or exogenous factors on outputs of interest |
| packages/nixpkgs/icesl | GPU-accelerated procedural modeler and slicer for 3D printing |
| packages/nixpkgs/arangodb | Native multi-model database with flexible data models for documents, graphs, and key-values |
| packages/nixpkgs/pinta | Drawing/editing program modeled after Paint |
| packages/nixpkgs/python312Packages.dmt-core | Tool to help modeling engineers extract model parameters, run circuit and TCAD simulations and automate infrastructure |
| packages/nixpkgs/x32edit | Editor for the Behringer X32 digital mixer |
| packages/nixpkgs/python312Packages.salib | Python implementations of commonly used sensitivity analysis methods, useful in systems modeling to calculate the effects of model inputs or exogenous factors on outputs of interest |
| packages/nixpkgs/mjolnir | Moderation tool for Matrix |
| packages/nixpkgs/mcphost | CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP) |
| packages/nixpkgs/refurb | Tool for refurbishing and modernizing Python codebases |
| packages/nixpkgs/gopls | Official language server for the Go language |