move storage to nixos 🎉
Some checks failed
Lint / lint (push) Failing after 1m38s
Plex Update / update (push) Successful in 1m52s

This commit is contained in:
Vivian 2023-12-28 18:45:12 +01:00
parent 5dcf1facee
commit f59148622e
11 changed files with 323 additions and 74 deletions

View file

@ -7,8 +7,8 @@ in {
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
userName = "0x76";
userEmail = "v@0x76.dev";
userName = "Vivian";
userEmail = "vivian@0x76.dev";
lfs.enable = true;
extraConfig = {
push.autoSetupRemote = true;