mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-01 18:07:25 +02:00
personal-cli: Add GPG infrastructure
This commit is contained in:
parent
e6d81a375b
commit
6356722f6f
1 changed files with 9 additions and 0 deletions
|
|
@ -23,6 +23,15 @@ in
|
|||
gh
|
||||
];
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
programs.ssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue