Docs: fixup links

This commit is contained in:
Johannes Kirschbauer
2024-09-25 13:46:12 +02:00
parent da5bda4c82
commit 96b972d91d
5 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ in
# Optional
machines = lib.mkOption {
type = types.deferredModule;
type = types.attrsOf types.deferredModule;
default = { };
description = ''
A mapping of machine names to their nixos configuration.