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 7fc75a06dabf2f2601573288345677b264364d6e
parent 97e5e19d8dba9d5253fd7421375128e1b0baa057
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  9 Aug 2023 12:14:09 +0200

Fix another typo

Diffstat:
Mnixos/worker-1/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -124,7 +124,7 @@ boot.kernelParams = [ "ip=dhcp" ]; boot.initrd = { - nework.enable = true; + network.enable = true; luks.forceLuksSupportInInitrd = true; network.ssh = { enable = true;