From 7766829fb1c91e76b7b7dcc7a2506033df6fa324 Mon Sep 17 00:00:00 2001 From: DavHau Date: Tue, 11 Jun 2024 14:44:08 -0700 Subject: [PATCH] vm.nix: fix typo in comment --- nixosModules/clanCore/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";