Define hostname

This commit is contained in:
niten 2023-09-23 16:12:05 -07:00
parent 7362553d02
commit 5f784aa570
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{ config, lib, pkgs, ... }@toplevel:
with lib;
let cfg = config.fudo.mail;
let
cfg = config.fudo.mail;
hostname = config.instance.hostname;
in {
options.fudo.mail = with types; {