diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-25 10:38:58 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-25 10:38:58 -0500 |
| commit | 125313aabedb17516d735a718968bfad1289f12b (patch) | |
| tree | 8effae676473a4f9177a785f88e8f68070c8a794 /modules | |
| parent | 18120ebee5392bb26e2b81f8cc3d1092123aa594 (diff) | |
| download | nixos-125313aabedb17516d735a718968bfad1289f12b.tar.xz nixos-125313aabedb17516d735a718968bfad1289f12b.zip | |
remove old virtualization enable option on hp-envy
Diffstat (limited to 'modules')
| -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" ]; |
