Skip to content

Commit

Permalink
fix: disable wait-online service
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 5, 2023
1 parent 720a16a commit f33e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
useDHCP = lib.mkDefault true;
};

# systemd.services.NetworkManager-wait-online.enable = false;
systemd.services.NetworkManager-wait-online.enable = false;

services.journald.extraConfig = ''
SystemMaxUse=100M
Expand Down

0 comments on commit f33e859

Please sign in to comment.