about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/virtualbox-guest.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/virtualbox-guest.nix')
-rw-r--r--nixos/modules/virtualisation/virtualbox-guest.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/virtualisation/virtualbox-guest.nix b/nixos/modules/virtualisation/virtualbox-guest.nix
index e1a83cdecc23..664fd21781cd 100644
--- a/nixos/modules/virtualisation/virtualbox-guest.nix
+++ b/nixos/modules/virtualisation/virtualbox-guest.nix
@@ -82,10 +82,6 @@ optionalAttrs (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) # ugly...
         # Allow systemd dependencies on vboxguest.
         KERNEL=="vboxguest", TAG+="systemd"
       '';
-
-    # Make the ACPI Shutdown command to do the right thing.
-    services.acpid.enable = true;
-    services.acpid.powerEventCommands = "poweroff";
   };
 
 }