diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 16:23:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 16:23:19 +0200 |
commit | a7eebb77411c190265582f295c420001c85e968c (patch) | |
tree | 587fab2887efb5b837443b47007da3cf13688f2c /modules/by-name/li | |
parent | refactor(treewide): Remove unneeded lambda arguments with deadnix (diff) | |
download | nixos-config-a7eebb77411c190265582f295c420001c85e968c.zip |
docs(modules): Add FIXME/TODO comments
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/li/libvirtd/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/li/libvirtd/module.nix b/modules/by-name/li/libvirtd/module.nix index 4f1943c6..3481ef3b 100644 --- a/modules/by-name/li/libvirtd/module.nix +++ b/modules/by-name/li/libvirtd/module.nix @@ -1,4 +1,6 @@ {...}: { + # FIXME(@bpeetz): Do something with this module. <2025-04-04> + # virtualisation = { # spiceUSBRedirection.enable = true; # TODO: this allows usb access to any user, which shouldn't be that bad # cores = 8; |