Add scripts for updating system

This commit is contained in:
2021-11-11 01:56:21 +00:00
parent 48217c183b
commit 5c18949463
4 changed files with 25 additions and 1 deletions

5
scripts/system-update.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
pushd ~/.dotfiles
sudo nixos-rebuild switch --flake .#
popd