update: enable gnupg
This commit is contained in:
parent
d341fc616f
commit
56f080d265
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
];
|
||||
|
||||
#todo gnupg
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
programs.docker.enable = lib.mkForce true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue