chore: upgrade to NixOS 24.05

This commit is contained in:
Michael Mandl 2024-06-02 12:06:14 +02:00
parent 43bb81b755
commit 109a773f2a
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
6 changed files with 73 additions and 70 deletions

View file

@ -1,10 +1,10 @@
{ config, lib, pkgs, user, ... }:
{ pkgs, ... }:
{
services.gpg-agent = {
enable = true;
enableZshIntegration = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
enableSshSupport = true;
sshKeys = [ "1F937AC8F77ED74CE24EAAE79B5601F73C6D115F" ];
};