gpg
This commit is contained in:
parent
af9d267869
commit
854844e039
3 changed files with 17 additions and 1 deletions
8
modules/home/caem/core/security.nix
Normal file
8
modules/home/caem/core/security.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
homedir = "${config.xdg.dataHome}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue