Skip to content

Commit

Permalink
I am tired of this nm-online -s crap
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jul 5, 2024
1 parent 55bbfdc commit b5773b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
];
};
};
systemd.services.NetworkManager-wait-online = {
serviceConfig = {
ExecStart = [ "" "${pkgs.networkmanager}/bin/nm-online -q" ];
};
};

programs = {
command-not-found.enable = true;
Expand Down

0 comments on commit b5773b7

Please sign in to comment.