about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-22 20:32:37 +0100
committerene <ene@sils.li>2023-03-22 20:33:48 +0100
commiteafafdaaeb54960ef6cafb977b07bea49a4aae58 (patch)
treef792aaaedcdac0690873d7dd3468c9b16adc88ba
parentFeat(hm/conf/zsh): Add fzf hotkeys (diff)
downloadnixos-config-eafafdaaeb54960ef6cafb977b07bea49a4aae58.tar.gz
nixos-config-eafafdaaeb54960ef6cafb977b07bea49a4aae58.zip
Feat(system/libvirtd): Add libvirtd support
Diffstat (limited to '')
-rw-r--r--system/libvirtd/default.nix21
-rw-r--r--todo.md2
2 files changed, 22 insertions, 1 deletions
diff --git a/system/libvirtd/default.nix b/system/libvirtd/default.nix
new file mode 100644
index 00000000..33736dfa
--- /dev/null
+++ b/system/libvirtd/default.nix
@@ -0,0 +1,21 @@
+# vim: ts=2
+{
+  config,
+  pkgs,
+  ...
+}: {
+  virtualisation = {
+    cores = 8;
+    diskSize = 25000;
+    useEFIBoot = true;
+    resolution = {
+      x = 1920;
+      y = 1080;
+    };
+    memorySize = 8024;
+    sharedDirectories = {}; # TODO add some
+  };
+  virtialisation.libvirtd = {
+    enable = true;
+  };
+}
diff --git a/todo.md b/todo.md
index a6552b2d..d3dc932b 100644
--- a/todo.md
+++ b/todo.md
@@ -1,5 +1,5 @@
 # Services to add
-- [ ] QEMU
+- [x] QEMU
 - [ ] Tex
 - [ ] Transfer the last user configs
      * [ ] secret token for nheko