Skip to content

Commit 9adf3d7

Browse files
committed
fix(darwin): resolve Seqeratop by hostname
1 parent 310fb96 commit 9adf3d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
}
426426
];
427427
};
428+
darwinConfigurations."L19W56QXR4" = self.darwinConfigurations."Seqeratop";
428429

429430
# deploy-rs configuration
430431
deploy.nodes = {

hosts/seqeratop/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ No agenix secrets on this host (credentials in 1Password / work SSO).
5252
```
5353
tmux-bash name=rebuild command="cd ~/.config/dotfiles && sudo darwin-rebuild switch --flake ."
5454
```
55-
- **Hostname is `L19W56QXR4`**flake attribute is `Seqeratop` (capitalized), but the actual hostname differs. `darwin-rebuild switch --flake .` auto-resolves by hostname and fails. Use `--flake .#Seqeratop` explicitly.
55+
- **Hostname is `L19W56QXR4`**`darwinConfigurations.L19W56QXR4` aliases `Seqeratop`, so bare `--flake .` resolves correctly.
5656

5757
## Related Files
5858

0 commit comments

Comments
 (0)