mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 23:16:43 -05:00
OK, Main Config Seems To Work
This commit is contained in:
parent
ef783dbc21
commit
840df0bf0b
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue