summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 7178644a..d4a2fb3b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1157,4 +1157,6 @@ in rec {
1157 vmOverCommit = true; 1157 vmOverCommit = true;
1158 bind = "127.0.0.1 ::1"; 1158 bind = "127.0.0.1 ::1";
1159 }; 1159 };
1160
1161 services.qemuGuest.enable = true;
1160} 1162}