index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
by-name
/
li
/
libvirtd
/
module.nix
(
unfollow
)
Commit message (
Collapse
)
Author
2025-04-04
docs(modules): Add FIXME/TODO comments
Benedikt Peetz
2025-04-04
refactor(treewide): Remove unneeded lambda arguments with deadnix
Benedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2024-10-18
refactor(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.
2024-05-20
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Benedikt Peetz
2024-05-09
fix(sys/libvirt): Disable, as tiamat can't build `ceph`
Benedikt Peetz
2023-08-26
Refactor(treewide): Abbreviate path names
Soispha
2023-08-26
Docs(treewide): Add a colon after every "TODO"
Soispha
2023-07-10
Style(treewide): Switch to editorconfig
Soispha
2023-06-17
Fix(system/libvirtd): Allow usb redirection with spice
Soispha
2023-05-20
Fix(system/libvirt): Remove omvf for aarch, as it's not used
Soispha
2023-05-20
Refactor(system/users): Add the groups in the file, giving context
Soispha
2023-05-09
Fix(system/libvirt): Enable ovmf for qemu
Soispha
2023-05-09
Fix(system/libvirt): Comment useless options
Soispha
2023-03-22
Feat(system/libvirtd): Add libvirtd support
ene