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
|
||||
./htop.nix
|
||||
./nets/hkw.nix
|
||||
./networkd.nix
|
||||
./nginx
|
||||
./pki
|
||||
./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