Skip to content

Commit

Permalink
chore(machine): changed the hostname to earlymoon
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Sep 6, 2024
1 parent 4926ac6 commit f854c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}:
{
darwinConfigurations = {
wood = darwin.lib.darwinSystem {
earlymoon = darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [
./modules/darwin.nix
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ flake-update:
[macos]
rebuild:
@echo "🍎🍎🍎 Rebuilding macOS configuration 🍎🍎🍎"
@nix run nix-darwin -- switch --flake .#wood
@nix run nix-darwin -- switch --flake .#earlymoon


0 comments on commit f854c7b

Please sign in to comment.