install gnupg on zammad to enable pgp support
This commit is contained in:
parent
cbddf4c31e
commit
f7789b4c76
1 changed files with 5 additions and 0 deletions
|
|
@ -21,4 +21,9 @@
|
|||
config.services.zammad.port
|
||||
config.services.zammad.websocketPort
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# for pgp support
|
||||
gnupg
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue