flake-parts: rename lib' to conf

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-27 20:07:28 +05:30
parent 29acfc513e
commit c1c4714fa2
20 changed files with 40 additions and 40 deletions

View File

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