aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system/libvirtd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/libvirtd')
-rw-r--r--modules/system/libvirtd/default.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/system/libvirtd/default.nix b/modules/system/libvirtd/default.nix
deleted file mode 100644
index 5c519550..00000000
--- a/modules/system/libvirtd/default.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{pkgs, ...}: {
- # virtualisation = {
- # spiceUSBRedirection.enable = true; # TODO: this allows usb access to any user, which shouldn't be that bad
- # cores = 8;
- # diskSize = 25000;
- # useEFIBoot = true;
- # resolution = {
- # x = 1920;
- # y = 1080;
- # };
- # memorySize = 8024;
- # sharedDirectories = {}; # TODO: add some
- # libvirtd = {
- # enable = true;
- # qemu = {
- # package = pkgs.qemu_full;
- # ovmf = {
- # enable = true;
- # packages = [pkgs.OVMFFull.fd];
- # };
- # };
- # };
- # };
- # users.users.soispha.extraGroups = [
- # "libvirtd" # to run libvirt stuff as this user
- # ];
-}