OK, Main Config Seems To Work

This commit is contained in:
Annika Merris 2024-05-18 17:12:52 -04:00
parent ef783dbc21
commit 840df0bf0b
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@
type = lib.types.str;
description = "Primary user of the system";
};
fullName = lib.mkOption {
type = lib.types.str;
description = "Puny Hooman readable name of the user";
};
};
config =
let