nfs-utils: build svcgssd
Necessary for nfs server with kerberos auth
This commit is contained in:
parent
59a0e58576
commit
7b8388302d
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags =
|
||||
[ "--enable-gss"
|
||||
"--enable-svcgss"
|
||||
"--with-statedir=/var/lib/nfs"
|
||||
"--with-krb5=${lib.getLib kerberos}"
|
||||
"--with-systemd=${placeholder "out"}/etc/systemd/system"
|
||||
|
|
Loading…
Reference in a new issue