summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-08-25 10:38:58 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-08-25 10:38:58 -0500
commit125313aabedb17516d735a718968bfad1289f12b (patch)
tree8effae676473a4f9177a785f88e8f68070c8a794
parent18120ebee5392bb26e2b81f8cc3d1092123aa594 (diff)
downloadnixos-125313aabedb17516d735a718968bfad1289f12b.tar.xz
nixos-125313aabedb17516d735a718968bfad1289f12b.zip
remove old virtualization enable option on hp-envy
-rw-r--r--modules/hosts/hp-envy-office/configuration.nix3
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" ];