remoteenv

This commit is contained in:
Peder Bergebakken Sundt 2024-08-11 00:27:53 +02:00
parent 4e501d5e4b
commit 8956514766
2 changed files with 7 additions and 6 deletions

View File

@ -32,6 +32,9 @@ switch:
boot: boot:
sudo nixos-rebuild boot --accept-flake-config --show-trace --flake . 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..."`: push hostname=`just _a_host` cmd=`gum choose test switch boot --header "Select mode..."`:
nixos-rebuild build --flake .#{{hostname}} nixos-rebuild build --flake .#{{hostname}}
@echo pushing... @echo pushing...

View File

@ -37,16 +37,14 @@
programs.git.iniContent.init.defaultBranch = "main"; programs.git.iniContent.init.defaultBranch = "main";
programs.git.ignores = [ programs.git.ignores = [
#".envrc"
".remote.toml" ".remote.toml"
".remoteenv"
"result" "result"
"result-info" "results"
"result-doc" "result-*"
"result-man"
"result-dev"
"result-lib"
"__pycache__" "__pycache__"
"*.pyc" "*.pyc"
#".envrc"
]; ];
home.shellAliases = { home.shellAliases = {