Add UNIX `at` to packages

This commit is contained in:
jaina heartles 2024-04-20 02:12:10 -07:00
parent 6920e76c13
commit d09c21a1d8
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
less less
killall killall
screen screen
at
]; ];
users.users.jaina = { users.users.jaina = {
@ -66,5 +67,6 @@
services.openssh.settings.PasswordAuthentication = false; services.openssh.settings.PasswordAuthentication = false;
services.openssh.ports = [ 9922 ]; services.openssh.ports = [ 9922 ];
networking.firewall.allowedTCPPorts = [ 9922 ]; networking.firewall.allowedTCPPorts = [ 9922 ];
services.cron.enable = true;
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }