about summary refs log tree commit diff stats
path: root/modules/by-name/li/libvirtd/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 16:22:17 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 16:22:17 +0200
commit64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3 (patch)
tree25e80327492bd47f58f5c1c29aca2fee413aa9f9 /modules/by-name/li/libvirtd/module.nix
parentfeat(flake): Add `deadnix` to the dev shell (diff)
downloadnixos-config-64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3.zip
refactor(treewide): Remove unneeded lambda arguments with deadnix
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
Diffstat (limited to '')
-rw-r--r--modules/by-name/li/libvirtd/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/li/libvirtd/module.nix b/modules/by-name/li/libvirtd/module.nix
index 5c519550..4f1943c6 100644
--- a/modules/by-name/li/libvirtd/module.nix
+++ b/modules/by-name/li/libvirtd/module.nix
@@ -1,4 +1,4 @@
-{pkgs, ...}: {
+{...}: {
   # virtualisation = {
   # spiceUSBRedirection.enable = true; # TODO: this allows usb access to any user, which shouldn't be that bad
   #    cores = 8;