Large refactor to clean up flake.nix

This commit is contained in:
Lauren Lagarde 2025-08-12 22:53:14 -05:00
parent 916595caa3
commit 67f0d12fc4
11 changed files with 206 additions and 362 deletions

View file

@ -1,3 +1,6 @@
{ ... }: {
virtualisation.libvirtd.enable = true;
# TODO: Is this the right place?
virtualisation.spiceUSBRedirection.enable = true;
}