In the process of moving to secure systemd services. kdc currently broken.

This commit is contained in:
2021-03-11 01:21:49 +00:00
parent 9c3d00c7d3
commit 8ba00ed209
10 changed files with 547 additions and 251 deletions
+7
View File
@@ -86,6 +86,13 @@ in {
timing = "weekly";
};
auth.kdc = {
enable = true;
realm = "SELBY.CA";
acl-file = "/var/heimdal/access.acl";
bind-addresses = [ "10.0.0.1" "127.0.0.1" "::1" ];
};
secure-dns-proxy = {
enable = true;
listen-port = dns-proxy-port;
+2
View File
@@ -38,6 +38,8 @@ in {
};
};
fail2ban.enable = true;
xserver = {
layout = "us";
xkbVariant = "dvp";