mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
Added some of the hardware config stuff
This commit is contained in:
parent
fc3e307d0c
commit
bfba6682f6
7 changed files with 78 additions and 22 deletions
10
flake.nix
10
flake.nix
|
|
@ -37,11 +37,11 @@
|
|||
let
|
||||
system = "x86_64";
|
||||
globals = rec {
|
||||
user = "annika";
|
||||
fullName = "Annika Merris";
|
||||
gitName = fullName;
|
||||
gitEmail = "me@annikamerris.com";
|
||||
nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||
# user = "annika";
|
||||
# fullName = "Annika Merris";
|
||||
# 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