From ccc72ebe0cd0a2eb00f5cf93fcbb2af2e8b04c83 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 22 Jul 2024 17:46:02 -0500 Subject: [PATCH] Add alias to restart gitlab nginx --- home/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 10cb5c6..b45bfb3 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -53,6 +53,7 @@ d = "vox deactivate"; dirflake = "nix flake new -t github:nix-community/nix-direnv"; gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh"; + gl-nging = "sudo nixos-container run gitlab -- systemctl restart nginx"; ls = "ls --color"; ll = "ls -l --color"; molcol = "molecule -c ../../tests/molecule.yml";