From ac9b23d89405644f3adb8a3574a97ec2226e14a4 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sat, 20 Apr 2024 02:14:15 -0700 Subject: [PATCH] fix --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 917f9b0..bff22ef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,7 +40,6 @@ less killall screen - at ]; users.users.jaina = { @@ -67,6 +66,6 @@ services.openssh.settings.PasswordAuthentication = false; services.openssh.ports = [ 9922 ]; networking.firewall.allowedTCPPorts = [ 9922 ]; - services.cron.enable = true; + services.atd.enable = true; system.stateVersion = "23.11"; }