~ruther/nixos-config

688f6240a690829ad33d3e70f34a24c6c9ae1253 — Frantisek Bohacek 1 year, 5 months ago a0cf08f
feat: do not wait for online network
1 files changed, 6 insertions(+), 0 deletions(-)

M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +6 -0
@@ 135,6 135,12 @@
    '';
  };

  systemd.network = {
    wait-online = {
      enable = false;
    };
  };

  nix = {                                   # Nix Package Manager settings
    settings = {
      auto-optimise-store = true;           # Optimise syslinks

Do not follow this link