From fbf0cd278cf19cc98f0a88a317c2f35a3a0be867 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 22:40:09 +0900 Subject: [PATCH] test --- nixos/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/default.nix b/nixos/default.nix index 044f54fe..536c307b 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -63,6 +63,7 @@ # Job scheduler services.atd.enable = true; + services.atd.allowEveryone = true; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";