remove some references to config in options

This commit is contained in:
DavHau
2025-04-03 17:22:03 +07:00
parent c411e8bddc
commit 085a8c2050
11 changed files with 28 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ in
description = ''
the name of the clan
'';
# Set by the flake, so it's read-only in the maschine
# Set by the flake, so it's read-only in the machine
readOnly = true;
};
icon = lib.mkOption {
@@ -103,7 +103,7 @@ in
description = ''
the location of the clan icon
'';
# Set by the flake, so it's read-only in the maschine
# Set by the flake, so it's read-only in the machine
readOnly = true;
};
machine = mkOption {