nixos-configuration/hosts/copper/services/timelog.nix
2025-07-18 10:34:49 +02:00

10 lines
161 B
Nix

{
powerManagement = {
powerUpCommands = ''
echo "timelog: powerUp"
'';
powerDownCommands = ''
echo "timelog: powerDown"
'';
};
}