This commit is contained in:
KoenDR06 2025-11-01 21:44:24 +01:00
parent b1623d82e2
commit c2bce2053f

View file

@ -15,7 +15,7 @@ in {
options = {
horseman = {
username = mkOption {type = types.str;};
stateVersion = mkOption { type = types.str; };
stateVersion = mkOption {type = types.str;};
};
};
}