aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/li (unfollow)
Commit message (Collapse)Author
2026-01-21Revert "module/libvirt: Temporarily enable usb pass through for vms"Benedikt Peetz
This reverts commit d81b0c3df79b081d869ebd14b361ff29f61de5ad. It was just temporarily.
2026-01-21module/libvirt: Temporarily enable usb pass through for vmsBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04docs(modules): Add FIXME/TODO commentsBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.