Regenerated

This commit is contained in:
2026-04-29 11:27:15 +02:00
parent 0950197416
commit 18cf266828
3 changed files with 391 additions and 391 deletions
+389 -389
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -4002,7 +4002,7 @@ run() {
"$@" || { echo "❌ Failed: $1"; exit 1; }
}
run "Fixing ownership" sudo chown -R "$USER":"$USER" "$REPO"
run "Fixing ownership" sudo chown -R "$USER":"wheel" "$REPO"
run "Updating flake" nix flake update
run "Rebuilding NixOS" sudo nixos-rebuild switch --flake ".#$HOSTNAME"
run "Updating Flatpaks" flatpak update -y
+1 -1
View File
@@ -13,7 +13,7 @@ run() {
"$@" || { echo "❌ Failed: $1"; exit 1; }
}
run "Fixing ownership" sudo chown -R "$USER":"$USER" "$REPO"
run "Fixing ownership" sudo chown -R "$USER":"wheel" "$REPO"
run "Updating flake" nix flake update
run "Rebuilding NixOS" sudo nixos-rebuild switch --flake ".#$HOSTNAME"
run "Updating Flatpaks" flatpak update -y