Define cfg
This commit is contained in:
parent
49897ba6fe
commit
457cfc3900
|
@ -1,6 +1,8 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib; {
|
with lib;
|
||||||
|
let cfg = config.fudo.mail;
|
||||||
|
in {
|
||||||
options.fudo.mail = with types; {
|
options.fudo.mail = with types; {
|
||||||
enable = mkEnableOption "Enable mail server.";
|
enable = mkEnableOption "Enable mail server.";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue