nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 97e5e19d8dba9d5253fd7421375128e1b0baa057
parent 02f984068264dd725a8853b4ded25495a7d4360d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  9 Aug 2023 12:12:06 +0200

Fix typo

Diffstat:
Mnixos/worker-1/configuration.nix | 1-
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;