···89 for a running system, entries can be removed for a more
90 minimal NixOS installation.
9192- Note: If `pkgs.nano` is removed from this list,
93- make sure another editor is installed and the
94- `EDITOR` environment variable is set to it.
95- Environment variables can be set using
96- {option}`environment.variables`.
97-98 Like with systemPackages, packages are installed to
99 {file}`/run/current-system/sw`. They are
100 automatically available to all users, and are
···89 for a running system, entries can be removed for a more
90 minimal NixOS installation.
9100000092 Like with systemPackages, packages are installed to
93 {file}`/run/current-system/sw`. They are
94 automatically available to all users, and are
···190 type = types.nullOr types.bool;
191 default = null;
192 description = lib.mdDoc ''
193- Whether this interface should be configured with dhcp.
194- Null implies the old behavior which depends on whether ip addresses
195- are specified or not.
00196 '';
197 };
198···640 } ];
641 };
642 description = lib.mdDoc ''
643- The configuration for each network interface. If
644- {option}`networking.useDHCP` is true, then every
645- interface not listed here will be configured using DHCP.
646647 Please note that {option}`systemd.network.netdevs` has more features
648 and is better maintained. When building new things, it is advised to
···1304 default = true;
1305 description = lib.mdDoc ''
1306 Whether to use DHCP to obtain an IP address and other
1307- configuration for all network interfaces that are not manually
1308- configured.
1309 '';
1310 };
1311
···190 type = types.nullOr types.bool;
191 default = null;
192 description = lib.mdDoc ''
193+ Whether this interface should be configured with DHCP. Overrides the
194+ default set by {option}`networking.useDHCP`. If `null` (the default),
195+ DHCP is enabled if the interface has no IPv4 addresses configured
196+ with {option}`networking.interfaces.<name>.ipv4.addresses`, and
197+ disabled otherwise.
198 '';
199 };
200···642 } ];
643 };
644 description = lib.mdDoc ''
645+ The configuration for each network interface.
00646647 Please note that {option}`systemd.network.netdevs` has more features
648 and is better maintained. When building new things, it is advised to
···1304 default = true;
1305 description = lib.mdDoc ''
1306 Whether to use DHCP to obtain an IP address and other
1307+ configuration for all network interfaces that do not have any manually
1308+ configured IPv4 addresses.
1309 '';
1310 };
1311
···2379 - hledger-chart # failure in job https://hydra.nixos.org/build/233205387 at 2023-09-02
2380 - hledger-diff # failure in job https://hydra.nixos.org/build/233199639 at 2023-09-02
2381 - hledger-flow # failure in job https://hydra.nixos.org/build/233252169 at 2023-09-02
2382- - hledger-iadd # failure in job https://hydra.nixos.org/build/233198670 at 2023-09-02
2383 - hledger-irr # failure in job https://hydra.nixos.org/build/233230276 at 2023-09-02
2384 - hledger-makeitso # failure in job https://hydra.nixos.org/build/233213046 at 2023-09-02
2385 - hledger-vty # failure in job https://hydra.nixos.org/build/233191782 at 2023-09-02
···2379 - hledger-chart # failure in job https://hydra.nixos.org/build/233205387 at 2023-09-02
2380 - hledger-diff # failure in job https://hydra.nixos.org/build/233199639 at 2023-09-02
2381 - hledger-flow # failure in job https://hydra.nixos.org/build/233252169 at 2023-09-02
02382 - hledger-irr # failure in job https://hydra.nixos.org/build/233230276 at 2023-09-02
2383 - hledger-makeitso # failure in job https://hydra.nixos.org/build/233213046 at 2023-09-02
2384 - hledger-vty # failure in job https://hydra.nixos.org/build/233191782 at 2023-09-02
···177 hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
178 hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
179 hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
0180 HTSeq = htseq; # added 2023-02-19
181 hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
182 ihatemoney = throw "ihatemoney was removed because it is no longer maintained downstream"; # added 2023-04-08
···177 hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
178 hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
179 hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
180+ hglib = python-hglib; # added 2023-10-13
181 HTSeq = htseq; # added 2023-02-19
182 hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
183 ihatemoney = throw "ihatemoney was removed because it is no longer maintained downstream"; # added 2023-04-08