Update dotfiles

This commit is contained in:
Greg Hellings
2023-12-24 13:18:29 -06:00
parent d4df31664f
commit f2f4496117
2 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -27,7 +27,11 @@
"chronicles.thehellings.lan" = lib.hm.dag.entryBefore [ "*.thehellings.lan"] nas;
gh = { user = "git"; hostname = "github.com"; };
"src" = { user = "forgejo"; hostname = "src.thehellings.com"; };
"src" = {
user = "gitlab";
hostname = "git.thehellings.lan";
port = 2222;
};
"*.thehellings.lan" = owned;
"10.42.*" = owned;
+2
View File
@@ -27,6 +27,8 @@
GOPATH = "${config.home.homeDirectory}/src/go";
GOBIN = "${config.home.homeDirectory}/src/bin";
EFI_DIR = "${pkgs.OVMF}/FV/";
};
aliases = {