meta: reorganize nix-os and hosts to single directory nixos
This commit is contained in:
parent
be46e02c61
commit
cb05ce5b44
76 changed files with 54 additions and 52 deletions
|
@ -1,19 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
# Use pcscd for smartcard support
|
||||
services.pcscd.enable = true;
|
||||
|
||||
programs.gnupg = {
|
||||
package = pkgs.gnupg.overrideAttrs (superAttrs: {
|
||||
configureFlags = superAttrs.configureFlags or []
|
||||
++ [ "--disable-ccid-driver" ];
|
||||
});
|
||||
agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue