lots of stuff
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
cf1df09a9e
commit
58f06d6729
55 changed files with 2154 additions and 584 deletions
11
hosts/kerby/krb5.nix
Normal file
11
hosts/kerby/krb5.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ }:
|
||||
{
|
||||
services.krb5 = {
|
||||
enable = true;
|
||||
defaultRealm = "LOCAL.GWG313.XYZ";
|
||||
realms."LOCAL.GWG313.XYZ" = {
|
||||
kdc = [ "kerby.local.gwg313.xyz" ];
|
||||
adminServer = "kerby.local.gwg313.xyz";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue