devices.surface: restart iptsd on resume

This commit is contained in:
2024-02-17 06:59:37 +08:00
parent a3e1dce432
commit 385939522a

View File

@@ -70,5 +70,6 @@ inputs:
bugs = [ "xmunet" ];
};
environment.systemPackages = with inputs.pkgs; [ maliit-keyboard maliit-framework ];
powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd'';
};
}