update to NixOS 24.05

This commit is contained in:
Trolli Schmittlauch 2024-06-11 07:36:07 +02:00
parent 732926fcd4
commit 563811c3ba
8 changed files with 51 additions and 59 deletions

View file

@ -70,7 +70,7 @@
services.gpg-agent = {
enable = true;
#enableSshSupport = true;
pinentryFlavor = "qt";
pinentryPackage = pkgs.pinentry-qt;
};
programs.ssh = {