tv networkd: disable systemd-networkd-wait-online
This commit is contained in:
parent
88a2a5fc9d
commit
9f7875c1db
@ -15,6 +15,7 @@ with import <stockholm/lib>;
|
|||||||
./bash
|
./bash
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./nets/hkw.nix
|
./nets/hkw.nix
|
||||||
|
./networkd.nix
|
||||||
./nginx
|
./nginx
|
||||||
./pki
|
./pki
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
4
tv/2configs/networkd.nix
Normal file
4
tv/2configs/networkd.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
# often hangs
|
||||||
|
systemd.services.systemd-networkd-wait-online.enable = false;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user