Merge pull request #29581 from eqyiel/fix-rpc-gssd
nixos/nfs: allow setting the path to krb5.keytab
This commit is contained in:
commit
743848bb46
@ -85,8 +85,14 @@ in
|
|||||||
enable = mkDefault false;
|
enable = mkDefault false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.auth-rpcgss-module =
|
||||||
|
{
|
||||||
|
unitConfig.ConditionPathExists = [ "" "/etc/krb5.keytab" ];
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.rpc-gssd =
|
systemd.services.rpc-gssd =
|
||||||
{ restartTriggers = [ nfsConfFile ];
|
{ restartTriggers = [ nfsConfFile ];
|
||||||
|
unitConfig.ConditionPathExists = [ "" "/etc/krb5.keytab" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.rpc-statd =
|
systemd.services.rpc-statd =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user