Files
nix-config/rebuild-nix-system.sh
2025-05-30 11:30:24 +02:00

10 lines
178 B
Bash
Executable File

#!/bin/bash
# Rebuild the system
sudo nixos-rebuild switch --flake ./#default
# Clean up old generations older than 90 days
sudo nix-collect-garbage --delete-older-than 90d