summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/defaults/smb.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/defaults/smb.nix b/modules/system/defaults/smb.nix
index edc9d06..0bc8be5 100644
--- a/modules/system/defaults/smb.nix
+++ b/modules/system/defaults/smb.nix
@@ -9,5 +9,11 @@ with lib;
default = null;
description = "Hostname to use for NetBIOS.";
};
+
+ system.defaults.smb.ServerDescription = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ description = "Hostname to use for sharing services.";
+ };
};
}