A bunch of changes...

This commit is contained in:
2021-03-14 00:22:23 +00:00
parent 45f924111f
commit 9f7ab64d09
4 changed files with 287 additions and 54 deletions
+5 -2
View File
@@ -88,9 +88,12 @@ in {
auth.kdc = {
enable = true;
realm = "SELBY.CA";
acl-file = "/var/heimdal/access.acl";
realm = "RUS.SELBY.CA";
bind-addresses = [ "10.0.0.1" "127.0.0.1" "::1" ];
acl = {
"niten" = { perms = [ "all" ]; };
"*/root" = { perms = [ "password" "list" ]; };
};
};
secure-dns-proxy = {
+12
View File
@@ -22,6 +22,18 @@ in {
system.autoUpgrade.enable = true;
krb5 = {
libdefaults = {
allow_weak_crypto = false;
dns_lookup_kdc = true;
forwardable = true;
ignore_acceptor_hostname = true;
noaddresses = true;
rdns = false;
proxiable = true;
};
};
services = {
openssh = {
enable = true;