This commit is contained in:
2025-08-04 17:45:42 +03:00
parent a31c1303c9
commit 889df388f8
5 changed files with 20 additions and 55 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
config,
inputs,
lib,
...
}:
@@ -20,7 +20,7 @@
username = lib.mkOption {
type = lib.types.str;
default = "${inputs.zeroq.devices.admin}";
description = "Username for host";
description = "Username for host.";
};
};
};