lib: rename

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 11:17:33 +05:30
parent f31eb4c876
commit 521e3cb428
9 changed files with 25 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, lib, network, ... }:
{ config, pkgs, lib', network, ... }:
{
mailserver =
let domain = network.addresses.domain.natto; in
let domain = lib'.network.addresses.domain.natto; in
rec {
enable = true;
fqdn = "mail.${domain}";