Init yoga with secure boot
This commit is contained in:
parent
26f6f84daf
commit
1cd5c82dc5
7 changed files with 437 additions and 43 deletions
|
@ -17,6 +17,7 @@ let
|
|||
systemd.network.networks."05-ios-tethering" = {
|
||||
matchConfig.Driver = "ipheth";
|
||||
networkConfig.DHCP = "yes";
|
||||
linkConfig.RequiredForOnline = "no";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -158,6 +159,7 @@ in
|
|||
|
||||
## Network configuration
|
||||
systemd.network.enable = true;
|
||||
systemd.network.wait-online.enable = false;
|
||||
networking.hostName = cfg.networking.hostname;
|
||||
networking.wireless.iwd.enable = true;
|
||||
systemd.network.networks = builtins.mapAttrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue