mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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:
parent
4a69bf2a1e
commit
90bc3ec9b9
@ -69,7 +69,7 @@ in {
|
||||
mode = "0400";
|
||||
};
|
||||
|
||||
system.nssModules = optional cfg.enable pkgs.sssd;
|
||||
system.nssModules = pkgs.sssd;
|
||||
system.nssDatabases = {
|
||||
group = [ "sss" ];
|
||||
passwd = [ "sss" ];
|
||||
|
Loading…
Reference in New Issue
Block a user