From 69e378b65e98f9a60c0c786d45e9466bde8b985e Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 31 Dec 2024 15:01:08 +0100 Subject: [PATCH] Chore: add description to settings.machine submodule --- nixosModules/clanCore/metadata.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixosModules/clanCore/metadata.nix b/nixosModules/clanCore/metadata.nix index 08eb8c6d0..28b8417d7 100644 --- a/nixosModules/clanCore/metadata.nix +++ b/nixosModules/clanCore/metadata.nix @@ -53,6 +53,11 @@ in ''; }; machine = mkOption { + description = '' + Settings of the machine. + + This is a read-only attribute-set available to the machines of the clan. + ''; default = {}; type = types.submodule { options = {