flake.lock: Update #84

Merged
clan-bot merged 3 commits from Mic92-flake-parts-refactoring into main 2023-08-11 15:36:00 +00:00
Showing only changes of commit 234bda1241 - Show all commits

View File

@ -3,12 +3,4 @@
set -euo pipefail
path=$(nix flake metadata --json '.#' | jq -r .path)
ip=clan.lol
rsync --checksum -vaF --delete -e ssh "${path}/" "root@${ip}:/etc/nixos"
ssh "root@$ip" nixos-rebuild switch \
--fast \
--option keep-going true \
--option accept-flake-config true \
--flake '/etc/nixos#web01'
clan update clan.lol