work in progrss, dovecot ldap not working

This commit is contained in:
Bereich Administration Rechentechnik 2025-01-24 16:51:13 +01:00
parent bcae120ce1
commit 336d26ff3b
4 changed files with 161 additions and 42 deletions

View file

@ -16,18 +16,11 @@
fileSystems."/" =
{
device = "/dev/disk/by-uuid/ca98acfb-7698-4bc2-a7a0-f24fc0fc3c46";
device = "/dev/sda1";
fsType = "ext4";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.ens18.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}