This commit is contained in:
atagen 2023-06-18 21:34:51 +10:00
parent 619c3c3dcd
commit 427326954f
2 changed files with 3 additions and 3 deletions

View file

@ -43,8 +43,8 @@
keep-derivations = true
'';
systemd.services.NetworkManager-wait-online.enable = true;
systemd.services.NetworkManager-wait-online.enable = true; # for some reason nm doesn't enable without this lel
environment.pathsToLink = ["/share/zsh"];
hardware.enableRedistributableFirmware = true;