tv networkd: disable systemd-networkd-wait-online

This commit is contained in:
tv 2022-06-21 21:25:33 +02:00
parent 88a2a5fc9d
commit 9f7875c1db
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
{
# often hangs
systemd.services.systemd-networkd-wait-online.enable = false;
}