2021-08-04 17:07:42 +00:00
|
|
|
{ lib, ... }:
|
|
|
|
|
|
|
|
{
|
2021-11-01 20:33:21 +00:00
|
|
|
options.ptw.system = {
|
2021-08-04 17:07:42 +00:00
|
|
|
singleUser = lib.options.mkOption {
|
|
|
|
example = "PapaTutuWawa";
|
|
|
|
readOnly = true;
|
|
|
|
description = "The username of this single-user system";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|