Define cfg

This commit is contained in:
niten 2023-09-17 23:18:07 -07:00
parent 49897ba6fe
commit 457cfc3900
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
with lib; {
with lib;
let cfg = config.fudo.mail;
in {
options.fudo.mail = with types; {
enable = mkEnableOption "Enable mail server.";