i fixed it yay
This commit is contained in:
parent
2675b6ae0d
commit
ed56677317
2 changed files with 11 additions and 11 deletions
|
@ -81,7 +81,6 @@
|
|||
./hosts/sakowsl/configuration.nix
|
||||
NixOS-WSL.nixosModules.wsl
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
};
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = null;
|
||||
extraConfig = ''
|
||||
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue