This commit is contained in:
Sridhar Ratnakumar 2024-11-05 15:13:41 -05:00
parent 99a1b38f6c
commit 077d1f7a64
No known key found for this signature in database

View file

@ -30,6 +30,8 @@ in
telegram-desktop
];
hardware.i2c.enable = true;
# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
# https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;