From de5dbf2f9866ad39b3bddf40e410af6ef0abd138 Mon Sep 17 00:00:00 2001 From: c4lliope Date: Tue, 1 Oct 2024 17:51:19 -0400 Subject: [PATCH] Repair minor error in `examples/simple.nix` --- examples/simple.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple.nix b/examples/simple.nix index 54cc6cb..a7c8136 100644 --- a/examples/simple.nix +++ b/examples/simple.nix @@ -4,7 +4,7 @@ in { network = { inherit pkgs; - specialArgs = { + extraSpecialArgs = { systemdBoot = true; }; description = "simple hosts";