diff --git a/justfile b/justfile index 8175626..fbc9cc7 100644 --- a/justfile +++ b/justfile @@ -32,6 +32,9 @@ switch: boot: sudo nixos-rebuild boot --accept-flake-config --show-trace --flake . +build-vm: + sudo nixos-rebuild build-vm --accept-flake-config --show-trace --flake . + push hostname=`just _a_host` cmd=`gum choose test switch boot --header "Select mode..."`: nixos-rebuild build --flake .#{{hostname}} @echo pushing... diff --git a/users/pbsds/home/profiles/git.nix b/users/pbsds/home/profiles/git.nix index 320cfe1..b7b93b4 100644 --- a/users/pbsds/home/profiles/git.nix +++ b/users/pbsds/home/profiles/git.nix @@ -37,16 +37,14 @@ programs.git.iniContent.init.defaultBranch = "main"; programs.git.ignores = [ + #".envrc" ".remote.toml" + ".remoteenv" "result" - "result-info" - "result-doc" - "result-man" - "result-dev" - "result-lib" + "results" + "result-*" "__pycache__" "*.pyc" - #".envrc" ]; home.shellAliases = {