From 089c16060c4a608392c807dcfaadbd87a4c9588b Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 10 Jun 2024 17:52:09 +0200 Subject: [PATCH] hosts/krypton: Deactivate initrd script that conflicts with systemd stage-1 --- hosts/krypton/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/krypton/configuration.nix b/hosts/krypton/configuration.nix index 87f1198..bb5600b 100644 --- a/hosts/krypton/configuration.nix +++ b/hosts/krypton/configuration.nix @@ -8,7 +8,7 @@ ../../configuration/desktop ./backup.nix - ./initrd.nix + #./initrd.nix ./network.nix ./programs.nix ];