mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2024-11-22 16:03:29 +01:00
a4ae2ab551
- disable wip.fs.disks.devices.*.gptOffset (patch broken with 22.11), - add wip.bootloader.extlinux, - add wip.hardware.hetzner-vps profile, - fix wip.services.dropbear.socketActivation,
8 lines
452 B
Markdown
8 lines
452 B
Markdown
|
|
# NixOS Module Patches
|
|
|
|
This directory contains not self-sufficient modules, but modules that are in fact only "patches" to existing modules in NixOS.
|
|
|
|
While other modules should have an `enable` option, these don't. They define options in the namespace of some existing module, and become active as soon as those options are assigned by some other module.
|
|
If there are conflicts in the defined options, then the modules will have to be not imported.
|