modify flake update alias

This commit is contained in:
mjallen18
2025-03-29 11:25:40 -05:00
parent c889ab63c8
commit c5e16365a9
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ let
ll = "ls -alh";
update-boot = "sudo nixos-rebuild boot --max-jobs 10";
update-switch = "sudo nixos-rebuild switch --max-jobs 10";
update-flake = "nix flake update ~/nix-config";
update-flake = "nix flake update nas-nixpkgs nas-authentik-nix nas-cosmic nas-crowdsec nas-home-manager nas-impermanence nas-lanzaboote nas-nixos-hardware nas-sops-nix --flake";
ducks = "du -cksh * | sort -hr | head -n 15";
};