update nixpkgs

This commit is contained in:
Henri Dohmen 2025-05-06 09:19:55 +02:00
parent ff07eae725
commit 59a71b6e11
2 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,7 @@
{ ... }:
{
security.rtkit.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}