chore: nf-lint-nix and nf-fmt-nix

This commit is contained in:
arcnmx 2024-01-25 13:09:28 -08:00
parent ee53c89e40
commit 2a76c4fc98
11 changed files with 100 additions and 13 deletions

View file

@ -89,9 +89,8 @@ in {
url = "http://${mediabox.networking.access.hostnameForNetwork.local}:32400";
};
access.kanidm = assert kanidm.enableServer; {
domain = kanidm.server.frontend.domain;
inherit (kanidm.server.frontend) domain port;
host = tei.networking.access.hostnameForNetwork.local;
port = kanidm.server.frontend.port;
ldapPort = kanidm.server.ldap.port;
ldapEnable = kanidm.server.ldap.enable;
};

View file

@ -4,7 +4,7 @@
lib,
...
}: let
inherit (lib.modules) mkIf mkMerge;
inherit (lib.modules) mkIf;
inherit (lib.attrsets) listToAttrs nameValuePair;
inherit (access) systemFor;
inherit (config.networking) hostName;