From 14aac8dec3ffb61215c9c485b742d14c6266aac3 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Jul 2025 14:48:37 -0500 Subject: virtualization with virt-manager --- modules/hosts/hp-envy-office/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/hosts/hp-envy-office') diff --git a/modules/hosts/hp-envy-office/configuration.nix b/modules/hosts/hp-envy-office/configuration.nix index fdff4f0..9b3e173 100644 --- a/modules/hosts/hp-envy-office/configuration.nix +++ b/modules/hosts/hp-envy-office/configuration.nix @@ -1,6 +1,9 @@ { config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; + # Show bootloader for longer since it usually doesn't show + boot.loader.timeout = 15; + # Enable extra software pkgs software.desktop = { chromium.enable = true; @@ -14,6 +17,9 @@ docker.enable = true; }; + # Enable virtualization + virtualization.enable = true; + # Enable network drives nas.enable = true; nas.office.enable = true; -- cgit v1.2.3