mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 17:16:45 -05:00
Fixed stateVersion (again?)
This commit is contained in:
parent
4f4a9ea1ea
commit
8a3bb1cdde
2 changed files with 4 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
|||
globals = rec {
|
||||
user = "annika";
|
||||
fullName = "Annika Merris";
|
||||
# gitName = fullName;
|
||||
# gitEmail = "me@annikamerris.com";
|
||||
gitName = fullName;
|
||||
gitEmail = "me@annikamerris.com";
|
||||
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||
};
|
||||
in rec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue