about summary refs log tree commit diff stats
path: root/system/libvirtd
diff options
context:
space:
mode:
Diffstat (limited to 'system/libvirtd')
-rw-r--r--system/libvirtd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libvirtd/default.nix b/system/libvirtd/default.nix
index 52366349..3b9c7d85 100644
--- a/system/libvirtd/default.nix
+++ b/system/libvirtd/default.nix
@@ -1,6 +1,6 @@
 {pkgs, ...}: {
   virtualisation = {
-    spiceUSBRedirection.enable = true; # TODO this allows usb access to any user, which shouldn't be that bad
+    spiceUSBRedirection.enable = true; # TODO: this allows usb access to any user, which shouldn't be that bad
     #    cores = 8;
     #    diskSize = 25000;
     #    useEFIBoot = true;
@@ -9,7 +9,7 @@
     #      y = 1080;
     #    };
     #    memorySize = 8024;
-    #    sharedDirectories = {}; # TODO add some
+    #    sharedDirectories = {}; # TODO: add some
     libvirtd = {
       enable = true;
       qemu = {