Add alias to restart gitlab nginx

This commit is contained in:
Greg Hellings
2024-07-22 17:46:02 -05:00
parent 09d8400312
commit ccc72ebe0c
+1
View File
@@ -53,6 +53,7 @@
d = "vox deactivate"; d = "vox deactivate";
dirflake = "nix flake new -t github:nix-community/nix-direnv"; dirflake = "nix flake new -t github:nix-community/nix-direnv";
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh"; 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"; ls = "ls --color";
ll = "ls -l --color"; ll = "ls -l --color";
molcol = "molecule -c ../../tests/molecule.yml"; molcol = "molecule -c ../../tests/molecule.yml";