diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-03 19:57:49 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-03 19:57:49 -0700 |
| commit | 6f1c6e5a8a3de5f543d5e5f754454d557f1f2899 (patch) | |
| tree | e3c2985aff2ed5586c83cc99625c38926bd8efc5 /machines | |
| parent | 9bd5f0fc897321dba940f6ebdbd640674188d8e5 (diff) | |
add qemu for vms
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/doretta/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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? - } |
