diff options
| -rw-r--r-- | system/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services.nix b/system/services.nix index a65d523..131b279 100644 --- a/system/services.nix +++ b/system/services.nix @@ -1,4 +1,4 @@ -{...}: { +{pkgs, ...}: { security.pam.sshAgentAuth.enable = true; time.timeZone = "Europe/Prague"; |
