summaryrefslogtreecommitdiff
path: root/modules/networking
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-17 20:07:49 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-17 20:09:24 +0100
commitd4b34322c52bc8c92ca79ba2a0687575c8503267 (patch)
tree3ec061575aa85f4d08a50a5c7e6f08cdc782e184 /modules/networking
parent4d4acf65509319d56ca6f3ee2970d77b3f82b73f (diff)
networking: don't set NetBIOSName
This doesn't look like the hostname on my system, it has an extra unique prefix.
Diffstat (limited to 'modules/networking')
-rw-r--r--modules/networking/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/networking/default.nix b/modules/networking/default.nix
index 9f4ca8c..b545690 100644
--- a/modules/networking/default.nix
+++ b/modules/networking/default.nix
@@ -69,8 +69,6 @@ in
(mkIf (cfg.knownNetworkServices == [] && cfg.search != []) "networking.knownNetworkServices is empty, dns searchdomains will not be configured.")
];
- system.defaults.smb.NetBIOSName = cfg.hostName;
-
system.activationScripts.networking.text = ''
echo "configuring networking..." >&2