nixos-installer/modules/patches/README.md
Niklas Gollenstede a4ae2ab551 upgrade to 22.11, add extlinux & hetzner-vps:
- 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,
2022-12-28 16:43:16 +01:00

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.