diff options
Diffstat (limited to 'machines/doretta/configuration.nix')
| -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? - } |
