update lockfile, host name updates

This commit is contained in:
Noah Masur
2023-02-12 21:26:12 -05:00
parent fa69557ced
commit 37fa835c66
5 changed files with 59 additions and 59 deletions

View File

@ -34,7 +34,7 @@
echo ${pkgs.system}
SYSTEM=${if pkgs.stdenv.isDarwin then "darwin" else "linux"}
if [ "$SYSTEM" == "darwin" ]; then
darwin-rebuild switch --flake github:nmasur/dotfiles#macbook
darwin-rebuild switch --flake github:nmasur/dotfiles#lookingglass
else
nixos-rebuild switch --flake github:nmasur/dotfiles
fi