Skip to content

Commit

Permalink
network-manager: hostname option is deprecated
Browse files Browse the repository at this point in the history
From log:
<warn>  [1498639184.8965] keyfile: 'hostname' option is deprecated and has no effect
  • Loading branch information
rickynils committed Jun 28, 2017
1 parent bd10a77 commit a6cf636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/services/networking/networkmanager.nix
Expand Up @@ -16,8 +16,6 @@ let
dns=${if cfg.useDnsmasq then "dnsmasq" else "default"}
[keyfile]
${optionalString (config.networking.hostName != "")
''hostname=${config.networking.hostName}''}
${optionalString (cfg.unmanaged != [])
''unmanaged-devices=${lib.concatStringsSep ";" cfg.unmanaged}''}
Expand Down

0 comments on commit a6cf636

Please sign in to comment.