chore: upgrade to NixOS 24.05
This commit is contained in:
parent
43bb81b755
commit
109a773f2a
6 changed files with 73 additions and 70 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue