Skip to content

Commit a6cf636

Browse files
committedJun 28, 2017
network-manager: hostname option is deprecated
From log: <warn> [1498639184.8965] keyfile: 'hostname' option is deprecated and has no effect
1 parent bd10a77 commit a6cf636

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎nixos/modules/services/networking/networkmanager.nix

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ let
1616
dns=${if cfg.useDnsmasq then "dnsmasq" else "default"}
1717
1818
[keyfile]
19-
${optionalString (config.networking.hostName != "")
20-
''hostname=${config.networking.hostName}''}
2119
${optionalString (cfg.unmanaged != [])
2220
''unmanaged-devices=${lib.concatStringsSep ";" cfg.unmanaged}''}
2321

0 commit comments

Comments
 (0)
Please sign in to comment.