From 572cd3130a65c2f2b0bd6ae7f499c21ebf4700c3 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 16 Apr 2023 20:36:24 +0200 Subject: [PATCH] Rebuild system after pulling updated config --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index dcca395..80c7c1a 100755 --- a/update.sh +++ b/update.sh @@ -5,3 +5,5 @@ git fetch -a git reset --hard git clean -fd git pull + +nixos-rebuild switch