formating

This commit is contained in:
Ranomier 2025-02-03 18:33:10 +01:00
parent c8c06cb85e
commit 03899af020

View file

@ -1,7 +1,8 @@
{ pkgs
, lib
, modulesPath
, ...
{
pkgs,
lib,
modulesPath,
...
}: {
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@ -41,7 +42,6 @@
nixpkgs.overlays = [(self: super: {})];
}
{
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction