aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-15 21:38:31 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-15 21:38:31 +0200
commit2ad2dc891440e3b1a52aca63fcb55298b552075c (patch)
tree34460642d3c3c21e14c7acafb11c8a7ac077183e
parentcd3e3fb242b8b21a4b7a75d95084dce939ca4d76 (diff)
Added packages to git config
-rw-r--r--system/services.nix2
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";