diff options
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/hp-envy-office/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/hosts/hp-envy-office/configuration.nix b/modules/hosts/hp-envy-office/configuration.nix index 89c5da4..60be56d 100644 --- a/modules/hosts/hp-envy-office/configuration.nix +++ b/modules/hosts/hp-envy-office/configuration.nix @@ -45,9 +45,6 @@ # Disable suspend systemd._suspend.disable = true; - # Enable virtualization - virtualization.enable = true; - # Use amdgpu driver for x11 services.xserver.videoDrivers = [ "amdgpu" ]; |