nix-config/machines/pc/update-config.sh
2024-03-25 21:41:10 +01:00

6 lines
101 B
Bash

#!bin/bash
cd /home/horseman/nix-config
git pull
sudo nixos-rebuild switch --flake .#pc-koen
exit 0