flake: formatting
This commit is contained in:
parent
a440534cf2
commit
b5dded8fe5
4 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
config.systemd = {
|
||||
# faster startup
|
||||
# faster startup
|
||||
targets.network-online.wantedBy = pkgs.lib.mkForce []; # Normally ["multi-user.target"]
|
||||
services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue