From 9e088369cf0a9e366d521d81ab222402882c7519 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Tue, 18 Feb 2025 22:02:01 +0100 Subject: [PATCH] Enabling boot.initrd.systemd --- hosts/lyes-pc/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/lyes-pc/default.nix b/hosts/lyes-pc/default.nix index 2c35498..7cb4e8f 100644 --- a/hosts/lyes-pc/default.nix +++ b/hosts/lyes-pc/default.nix @@ -19,6 +19,10 @@ boot.loader.systemd-boot.configurationLimit = 10; # boot.loader.efi.canTouchEfiVariables = true; # boot.kernelParams = [ "quiet" ]; + boot.initrd.systemd = { + enable = true; + # network.enable = true; + }; # Reboot Timeout systemd.extraConfig = ''