neartiudne

This commit is contained in:
Dennis Frieberg 2024-10-09 11:37:42 +02:00
parent 0e76351946
commit 3caf9fa327
No known key found for this signature in database
GPG key ID: 7C58AFED036072C5

View file

@ -63,7 +63,7 @@ in
default = "copyright for this mess?"; default = "copyright for this mess?";
type = types.str; type = types.str;
}; };
station = mkOption { stations = mkOption {
type = types.listOf stationType; type = types.listOf stationType;
}; };