Format.
This commit is contained in:
parent
6b87e2be9d
commit
b102c4211e
|
@ -1,4 +1,5 @@
|
||||||
{ ... }: {
|
{ ... }:
|
||||||
|
{
|
||||||
services.openntpd = {
|
services.openntpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue