gnu
This commit is contained in:
parent
50878844b2
commit
bd2287eebb
1 changed files with 2 additions and 4 deletions
|
@ -55,10 +55,7 @@
|
||||||
};
|
};
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = null;
|
pinentryFlavor = "tty";
|
||||||
extraConfig = ''
|
|
||||||
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -92,6 +89,7 @@
|
||||||
};
|
};
|
||||||
cc.enable = true;
|
cc.enable = true;
|
||||||
nil.enable = true;
|
nil.enable = true;
|
||||||
|
lua.enable = true;
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
javascript.enable = true;
|
javascript.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue