implemented #10
This commit is contained in:
@@ -12,12 +12,4 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.nixosModules.gnupg = { pkgs, ... }: {
|
|
||||||
programs.gnupg.agent = {
|
|
||||||
enable = true;
|
|
||||||
enableSSHSupport = true;
|
|
||||||
pinentryPackage = pkgs.pinentry-rofi;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
9
modules/features/gpg.nix
Normal file
9
modules/features/gpg.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ inputs, lib, self, ... }: {
|
||||||
|
flake.nixosModules.gnupg = { pkgs, ... }: {
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
pinentryPackage = pkgs.pinentry-rofi;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user