Run linter+formatter.
This commit is contained in:
parent
8fd1b6c982
commit
e2330f01fc
16 changed files with 58 additions and 54 deletions
|
@ -4,10 +4,10 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
networkD = config.machine.networkD;
|
||||
inherit (config.machine) networkD;
|
||||
in {
|
||||
networking = {
|
||||
hostName = config.machine.hostName;
|
||||
inherit (config.machine) hostName;
|
||||
useNetworkd = networkD.enable;
|
||||
useDHCP = !networkD.enable;
|
||||
dhcpcd.enable = !networkD.enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue