mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
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"}
|
dns=${if cfg.useDnsmasq then "dnsmasq" else "default"}
|
||||||
|
|
||||||
[keyfile]
|
[keyfile]
|
||||||
${optionalString (config.networking.hostName != "")
|
|
||||||
''hostname=${config.networking.hostName}''}
|
|
||||||
${optionalString (cfg.unmanaged != [])
|
${optionalString (cfg.unmanaged != [])
|
||||||
''unmanaged-devices=${lib.concatStringsSep ";" cfg.unmanaged}''}
|
''unmanaged-devices=${lib.concatStringsSep ";" cfg.unmanaged}''}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user