6 lines
105 B
Bash
6 lines
105 B
Bash
#!bin/bash
|
|
|
|
cd /home/horseman/nix-config
|
|
git pull
|
|
sudo nixos-rebuild switch --flake .#laptop-koen
|
|
exit 0
|