commit 97e5e19d8dba9d5253fd7421375128e1b0baa057
parent 02f984068264dd725a8853b4ded25495a7d4360d
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 9 Aug 2023 12:12:06 +0200
Fix typo
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -125,7 +125,6 @@
boot.initrd = {
nework.enable = true;
- boot.initrd.preLVMCommands = lib.mkBefore 400 "sleep 1";
luks.forceLuksSupportInInitrd = true;
network.ssh = {
enable = true;