From c0ef19bd513388546a71bee352fe39ef3626b457 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 16 Nov 2025 17:14:53 +0100 Subject: fixed long boot times --- hosts/desktop/configuration.nix | 2 +- modules/networking.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2b506ec..cb86a6c 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -108,7 +108,7 @@ xdg.portal = { console = { keyMap = "pl"; - font = "Lat2-Terminus16"; + # font = "Lat2-Terminus16"; }; environment.sessionVariables = { diff --git a/modules/networking.nix b/modules/networking.nix index ad4ea26..29de399 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -1,8 +1,6 @@ { ... }: - { - systemd.network.wait-online.enable = false; - boot.initrd.systemd.network.wait-online.enable = false; + systemd.services."NetworkManager-wait-online".enable = false; networking = { hostName = "szpont"; -- cgit v1.3