mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 20:30:17 -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";
|
system = "x86_64";
|
||||||
globals = rec {
|
globals = rec {
|
||||||
user = "annika";
|
user = "annika";
|
||||||
# fullName = "Annika Merris";
|
fullName = "Annika Merris";
|
||||||
# gitName = fullName;
|
# gitName = fullName;
|
||||||
# gitEmail = "me@annikamerris.com";
|
# gitEmail = "me@annikamerris.com";
|
||||||
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,10 @@
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "Primary user of the system";
|
description = "Primary user of the system";
|
||||||
};
|
};
|
||||||
|
fullName = lib.mkOption {
|
||||||
|
type = lib.types.str;
|
||||||
|
description = "Puny Hooman readable name of the user";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue