From 3caf9fa3273d3a944e8cb50e7c542f7615bc77c9 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Wed, 9 Oct 2024 11:37:42 +0200 Subject: [PATCH] neartiudne --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index daa9395..8e7d390 100644 --- a/module.nix +++ b/module.nix @@ -63,7 +63,7 @@ in default = "copyright for this mess?"; type = types.str; }; - station = mkOption { + stations = mkOption { type = types.listOf stationType; };