Add disk health check
This commit is contained in:
parent
95b92c232e
commit
d2bc0a522e
6 changed files with 413 additions and 5 deletions
|
|
@ -29,6 +29,8 @@ in
|
|||
hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false";
|
||||
doss = "sudo darwin-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
noss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
# Disk health monitoring
|
||||
smart-report = "sudo /home/yanlin/.config/nix/scripts/daily-smart-report.sh";
|
||||
|
||||
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
||||
# macOS-specific app aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue