diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-15 21:38:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-15 21:38:31 +0200 |
| commit | 2ad2dc891440e3b1a52aca63fcb55298b552075c (patch) | |
| tree | 34460642d3c3c21e14c7acafb11c8a7ac077183e /system/services.nix | |
| parent | cd3e3fb242b8b21a4b7a75d95084dce939ca4d76 (diff) | |
Added packages to git config
Diffstat (limited to 'system/services.nix')
| -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"; |
