WIP: set up heimdal-openldap-sasl stack

This commit is contained in:
2024-07-06 13:08:05 +02:00
committed by h7x4
parent 57a2bf8bf1
commit 735d590f85
5 changed files with 292 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
./hardware-configuration.nix
../../base.nix
../../misc/metrics-exporters.nix
./services/heimdal.nix
./services/openldap.nix
./services/cyrus-sasl.nix
];
# buskerud does not support efi?
@@ -13,6 +17,9 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
# resolved messes up FQDN coming from nscd
services.resolved.enable = false;
networking.hostName = "dagali";
networking.search = [ "pvv.ntnu.no" "pvv.org" ];
networking.nameservers = [ "129.241.0.200" "129.241.0.201" ];