Update: 2025-12-09_00:13
This commit is contained in:
parent
503e74b47e
commit
b73d0e9dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
# Create a wrapper script for nixos-rebuild
|
||||
environment.shellAliases = {
|
||||
nrs = "export GPG_TTY=$(tty) && sudo nixos-rebuild switch && cd /etc/nixos && git add -A && git commit -S -m 'Update: $(date +%Y-%m-%d_%H:%M)' || true && git push origin main";
|
||||
nrs = ''export GPG_TTY=$(tty) && sudo nixos-rebuild switch && cd /etc/nixos && git add -A && git commit -S -m "Update: $(date +%Y-%m-%d_%H:%M)" || true && git push origin main'';
|
||||
};
|
||||
|
||||
environment.etc."gitconfig".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue