mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/nfs: Fix Test
This commit is contained in:
parent
f3d515e6dd
commit
16827ff287
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
|||
idmapdConfFile = pkgs.writeText "idmapd.conf" ''
|
||||
[General]
|
||||
Pipefs-Directory = ${rpcMountpoint}
|
||||
${optionalString (config.networking.domain != "")
|
||||
${optionalString (config.networking.domain != null)
|
||||
"Domain = ${config.networking.domain}"}
|
||||
|
||||
[Mapping]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue