Set cfg in postfix.nix
This commit is contained in:
parent
fb66fb77e6
commit
9ff86ef7c7
@ -1,7 +1,10 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
let allDomains = [ cfg.domain ] ++ cfg.local-domains;
|
let
|
||||||
|
cfg = config.fudo.mail.postfix;
|
||||||
|
|
||||||
|
allDomains = [ cfg.domain ] ++ cfg.local-domains;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.fudo.mail.postfix = with types; {
|
options.fudo.mail.postfix = with types; {
|
||||||
|
Loading…
Reference in New Issue
Block a user