network-manager: hostname option is deprecated
From log: <warn> [1498639184.8965] keyfile: 'hostname' option is deprecated and has no effect
This commit is contained in:
parent
bd10a77c56
commit
a6cf6367e2
@ -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}''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user