mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
workaround for network-manager upgrade
This commit is contained in:
parent
b065d65910
commit
61ef08fa5c
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
./fish.nix
|
||||
./locale.nix
|
||||
./nix.nix
|
||||
./network-manager.nix
|
||||
./tailscale.nix
|
||||
] ++ (builtins.attrValues outputs.nixosModules);
|
||||
|
||||
|
|
3
hosts/common/global/network-manager.nix
Normal file
3
hosts/common/global/network-manager.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ lib, ... }: {
|
||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
}
|
Loading…
Reference in a new issue