diff --git a/nixosModules/clanCore/vm.nix b/nixosModules/clanCore/vm.nix index da216c76..83805b86 100644 --- a/nixosModules/clanCore/vm.nix +++ b/nixosModules/clanCore/vm.nix @@ -22,7 +22,7 @@ let # required to react to system_powerdown qmp command # Some desktop managers like xfce override the poweroff signal and therefore - # make it impossible to handle it via 'logind' diretly. + # make it impossible to handle it via 'logind' directly. services.acpid.enable = true; services.acpid.handlers.power.event = "button/power.*"; services.acpid.handlers.power.action = "poweroff";