Format.
This commit is contained in:
parent
6b87e2be9d
commit
b102c4211e
|
@ -1,4 +1,5 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
services.openntpd = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{ config, lib, ... }: {
|
||||
options.module.davmail.enable = lib.mkEnableOption "the Davmail Exchange proxy." // { default = config.module.purpose.work; };
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
options.module.davmail.enable = lib.mkEnableOption "the Davmail Exchange proxy." // {
|
||||
default = config.module.purpose.work;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue