test
This commit is contained in:
parent
517e9746e4
commit
f2c36a9d8a
2 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
SOPS_PGP_FP = "D98BBC6C9A27324654C2D8C464F6C4EB46C4543A";
|
||||
};
|
||||
|
||||
home.file.".gnupg/gpg-agent.conf".text = ''
|
||||
enable-ssh-support
|
||||
pinentry-program /run/current-system/sw/bin/wayprompt
|
||||
'';
|
||||
|
||||
accounts = {
|
||||
email = {
|
||||
accounts."sysctl" = {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
enableSSHSupport = true;
|
||||
enableBrowserSocket = true;
|
||||
enableExtraSocket = true;
|
||||
pinentryFlavor = "tty";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue