Define hostname
This commit is contained in:
parent
7362553d02
commit
5f784aa570
@ -1,7 +1,9 @@
|
|||||||
{ config, lib, pkgs, ... }@toplevel:
|
{ config, lib, pkgs, ... }@toplevel:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
let cfg = config.fudo.mail;
|
let
|
||||||
|
cfg = config.fudo.mail;
|
||||||
|
hostname = config.instance.hostname;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.fudo.mail = with types; {
|
options.fudo.mail = with types; {
|
||||||
|
Loading…
Reference in New Issue
Block a user