nixos/sssd remove redundant condition

This is all inside a global cfg.enable conditional, so we don't need to
check here again.
This commit is contained in:
Florian Klink
2020-05-11 16:14:51 +02:00
parent 4a69bf2a1e
commit 90bc3ec9b9
+1 -1
View File
@@ -69,7 +69,7 @@ in {
mode = "0400";
};
system.nssModules = optional cfg.enable pkgs.sssd;
system.nssModules = pkgs.sssd;
system.nssDatabases = {
group = [ "sss" ];
passwd = [ "sss" ];