diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vm/cfg.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 8c56336..7f822b0 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -15,8 +15,8 @@ ../../mixins/greet.nix # ../../mixins/hyprland.nix ../../mixins/sway.nix - (modulesPath + "/profiles/qemu-guest.nix") - (modulesPath + "/virtualisation/qemu-vm.nix") + # (modulesPath + "/profiles/qemu-guest.nix") + # (modulesPath + "/virtualisation/qemu-vm.nix") ]; config = { |