Enable atd, for the `at` command

2024 VBS:

    echo "aplay /home/chandler/vbs/transition.wav" | at 19:57
main
Chandler Swift 2024-08-18 17:56:52 -05:00
parent d842379e91
commit a34bc61fe6
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@
# Enable CUPS to print documents.
services.printing.enable = true;
services.atd.enable = true;
services.hardware.bolt.enable = true;
virtualisation.docker.enable = true;