diff options
Diffstat (limited to 'modules/system/defaults/smb.nix')
| -rw-r--r-- | modules/system/defaults/smb.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/defaults/smb.nix b/modules/system/defaults/smb.nix index b694059..0bc8be5 100644 --- a/modules/system/defaults/smb.nix +++ b/modules/system/defaults/smb.nix @@ -7,13 +7,13 @@ with lib; system.defaults.smb.NetBIOSName = mkOption { type = types.nullOr types.str; default = null; - description = lib.mdDoc "Hostname to use for NetBIOS."; + description = "Hostname to use for NetBIOS."; }; system.defaults.smb.ServerDescription = mkOption { type = types.nullOr types.str; default = null; - description = lib.mdDoc "Hostname to use for sharing services."; + description = "Hostname to use for sharing services."; }; }; } |
