From f2f4496117f32dfb7f49e14ed9a671d79120b8e6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 24 Dec 2023 13:18:29 -0600 Subject: [PATCH] Update dotfiles --- home/ssh.nix | 6 +++++- home/xonsh.nix | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/ssh.nix b/home/ssh.nix index 60f111f..0491074 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -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; diff --git a/home/xonsh.nix b/home/xonsh.nix index fb3abbf..12a92fa 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -27,6 +27,8 @@ GOPATH = "${config.home.homeDirectory}/src/go"; GOBIN = "${config.home.homeDirectory}/src/bin"; + + EFI_DIR = "${pkgs.OVMF}/FV/"; }; aliases = {