Add gssapi-realm to all domains
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ lib, entities, ... }:
|
||||
|
||||
let
|
||||
getHostSite = hostname: entities.hosts."${hostname}".site;
|
||||
getHostDomain = hostname: entities.domains."${hostname}".domain;
|
||||
getHostRealm = hostname: (getHostDomain hostname).gssapi-realm;
|
||||
|
||||
in { inherit getHostSite getHostDomain getHostRealm; }
|
||||
Reference in New Issue
Block a user