add gpg agent to laptop1
All checks were successful
nixos config pipeline / show-flake (push) Successful in 22s
nixos config pipeline / deploy (push) Successful in 34s

This commit is contained in:
smayzy 2026-02-19 14:05:19 +01:00
parent 3585f6dd9c
commit 8043192d6b

View File

@ -27,4 +27,5 @@
networking.hostName = "laptop1";
programs.gnupg.agent.enable = true;
}