mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 20:21:12 -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
|
|
@ -38,7 +38,7 @@
|
|||
system = "x86_64";
|
||||
globals = rec {
|
||||
user = "annika";
|
||||
# fullName = "Annika Merris";
|
||||
fullName = "Annika Merris";
|
||||
# gitName = fullName;
|
||||
# gitEmail = "me@annikamerris.com";
|
||||
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||
|
|
|
|||
|
|
@ -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