From 78e60793489da4308be3a46ad7e3793aa26d13c0 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Tue, 18 Oct 2022 17:02:34 +0200 Subject: [PATCH] updated rebuild --- rebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebuild.sh b/rebuild.sh index 8785a29..779b7b7 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -6,4 +6,6 @@ git commit echo "Copying configurations to etc and rebuilding." sudo cp /home/adam/nixos-configurations/*.nix /etc/nixos/. + +echo "Rebuilding os..." sudo nixos-rebuild switch