aboutsummaryrefslogtreecommitdiffstats
path: root/home/dev/virt-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/dev/virt-manager.nix')
-rw-r--r--home/dev/virt-manager.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/dev/virt-manager.nix b/home/dev/virt-manager.nix
new file mode 100644
index 0000000..5aa991a
--- /dev/null
+++ b/home/dev/virt-manager.nix
@@ -0,0 +1,8 @@
+{
+ dconf.settings = {
+ "org/virt-manager/virt-manager/connections" = {
+ autoconnect = ["qemu:///system"];
+ uris = ["qemu:///system"];
+ };
+ };
+}