calcite: fix nixos-rebuild wait for nm-online
This commit is contained in:
parent
6120ca25fb
commit
44482b9e9e
2 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,7 @@
|
|||
# Fonts
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
(nerdfonts.override { fonts = [ "FiraCode" "FiraMono" "JetBrainsMono" ]; })
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
dns = "systemd-resolved";
|
||||
};
|
||||
};
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue