mirror of https://gitlab.crans.org/nounous/nixos
Mutable Users -> false
parent
c5de3676af
commit
07a3891c6a
|
@ -1,7 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
users.ldap = {
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
|
||||
ldap = {
|
||||
enable = true;
|
||||
base = "dc=crans,dc=org";
|
||||
server = "ldaps://ldap-adm.adm.crans.org/";
|
||||
|
@ -14,6 +17,7 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue