Files
nix-config/rebuild-nix-system.sh
Felix Schulze c9850013fe increase generation backup age
it doesnt take that much space lol
2025-05-31 19:06:15 +02:00

13 lines
247 B
Bash
Executable File

#!/bin/bash
# First, run a check to see if the flake is valid
nix flake check
# Rebuild the system
sudo nixos-rebuild switch --flake ./#default
# Clean up old generations older than 180 days
sudo nix-collect-garbage --delete-older-than 180d