mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
something something cumulative updates
This commit is contained in:
parent
1d50fdc0e2
commit
3d382ef13c
14 changed files with 73 additions and 62 deletions
|
@ -43,6 +43,9 @@ let
|
|||
nuc = {
|
||||
A = [ "141.30.227.6" ];
|
||||
};
|
||||
avm = {
|
||||
A = [ "141.30.30.20" ];
|
||||
};
|
||||
falkenstein = {
|
||||
A = [ "23.88.121.184" ];
|
||||
AAAA = [ "2a01:4f8:c012:49de::1" ];
|
||||
|
|
|
@ -7,6 +7,9 @@ in
|
|||
993
|
||||
4190
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.dovecot_pigeonhole
|
||||
];
|
||||
services = {
|
||||
dovecot2 = {
|
||||
enable = true;
|
||||
|
@ -50,9 +53,6 @@ in
|
|||
specialUse = "Archive";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
pkgs.dovecot_pigeonhole
|
||||
];
|
||||
sieve = {
|
||||
# just pot something in here to prevent empty strings
|
||||
extensions = [ "notify" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue