diff --git a/hosts/common.nix b/hosts/common.nix index ff21735d..1a9b3815 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -25,7 +25,7 @@ localBinInPath = true; shellAliases = { ll = "ls -l"; - update = "sudo nixos-rebuild switch --flake 'git+https://git.xenia.me.uk/xenia/nixos.git?ref=main'"; + nixos-update = "sudo nixos-rebuild switch --flake 'git+https://git.xenia.me.uk/xenia/nixos.git?ref=main'"; }; };