update 23.11 -> 24.05

This commit is contained in:
Bryan Ramos 2024-06-01 16:13:23 -04:00
parent 6f756b7af0
commit 8b82ad2adb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 22 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ pkgs, lib, config, ... }:
with lib;
let
@ -22,7 +22,7 @@ in
enableSshSupport = true;
enableBashIntegration = true;
enableScDaemon = true;
pinentryFlavor = "tty";
pinentryPackage = pkgs.pinentry-tty;
};
};
}