We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bd10a77 commit a6cf636Copy full SHA for a6cf636
nixos/modules/services/networking/networkmanager.nix
@@ -16,8 +16,6 @@ let
16
dns=${if cfg.useDnsmasq then "dnsmasq" else "default"}
17
18
[keyfile]
19
- ${optionalString (config.networking.hostName != "")
20
- ''hostname=${config.networking.hostName}''}
21
${optionalString (cfg.unmanaged != [])
22
''unmanaged-devices=${lib.concatStringsSep ";" cfg.unmanaged}''}
23
0 commit comments