sudo for copying flake lock

This commit is contained in:
Jacob Janzen 2024-09-27 18:30:01 -05:00
parent f7229cd875
commit e2951aff69

View file

@ -49,7 +49,7 @@ fi
if [ "$(uname)" = 'Linux' ] && grep -q 'ID=nixos' /etc/os-release; then
echo 'installing NixOS flake'
cp ./.flake/system/hardware-configuration.nix ~/.flake
cp ./.flake/flake.lock ~/.flake
sudo cp ./.flake/flake.lock ~/.flake
sudo nixos-rebuild switch --flake '~/.flake#nixos'
fi