mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: update flake
This commit is contained in:
parent
2fece6e5cc
commit
3906586a95
13 changed files with 162 additions and 1242 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
globals,
|
||||
lib,
|
||||
|
@ -43,6 +44,7 @@ in {
|
|||
};
|
||||
|
||||
services.idmail = {
|
||||
package = inputs.idmail.packages."x86_64-linux".default;
|
||||
enable = true;
|
||||
# Stalwart will change permissions due to SQLite implementation.
|
||||
# Therefore, run as stalwart-mail since we don't allow reading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue