A new start
This commit is contained in:
commit
72271e8cae
78 changed files with 2472 additions and 0 deletions
12
users/profiles/gpg/default.nix
Normal file
12
users/profiles/gpg/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [ "CE2FD0D9BECBD8876811714925066CC257413416" ];
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue