From 6f1c6e5a8a3de5f543d5e5f754454d557f1f2899 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 3 Mar 2024 19:57:49 -0700 Subject: add qemu for vms --- machines/doretta/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines/doretta/configuration.nix') diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index 4850069..1b28a8e 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -41,6 +41,10 @@ # Enable CUPS to print documents. # services.printing.enable = true; + environment.systemPackages = with pkgs; [ + qemu + ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs.mtr.enable = true; @@ -70,6 +74,5 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - } -- cgit v1.2.3