This commit is contained in:
Dmitry Voronin 2025-01-10 11:35:19 +03:00
parent 6b87e2be9d
commit b102c4211e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{ ... }: { { ... }:
{
services.openntpd = { services.openntpd = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''

View file

@ -1,3 +1,6 @@
{ config, lib, ... }: { { config, lib, ... }:
options.module.davmail.enable = lib.mkEnableOption "the Davmail Exchange proxy." // { default = config.module.purpose.work; }; {
options.module.davmail.enable = lib.mkEnableOption "the Davmail Exchange proxy." // {
default = config.module.purpose.work;
};
} }