Skip to content

Commit

Permalink
rename work pc vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Oct 16, 2023
1 parent 743f050 commit cb53b0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{
darwinConfigurations = {
drachenflieger = mkDarwinConfig { host = "drachenflieger"; };
anthonyenriquez-MacBook-Pro = mkDarwinConfig { host = "anthonyenriquez-MacBook-Pro"; system = "aarch64-darwin"; profile = "work"; };
MacBook-Pro-2 = mkDarwinConfig { host = "MacBook-Pro-2"; system = "aarch64-darwin"; profile = "work"; };
};

nixosConfigurations = {
Expand Down
2 changes: 1 addition & 1 deletion hosts/darwin/MacBook-Pro-2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# todo get relative path injected somehow
file = {
"Projects/moov/mf/.envrc".text = ''
use flake ~/Projects/nix/dotfiles/hosts/darwin/anthonyenriquez-MacBook-Pro/direnvs/mf
use flake ~/Projects/nix/dotfiles/hosts/darwin/MacBook-Pro-2/direnvs/mf
# fix ld linked errors
# https://stackoverflow.com/questions/71112682/ld-warning-dylib-was-built-for-newer-macos-version-11-3-than-being-linked-1
Expand Down
2 changes: 1 addition & 1 deletion notes/m2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Nix install
1. `sh <(curl -L https://nixos.org/nix/install)` install nix
2. `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` install homebrew
3. `brew analytics off`
4. `nix build .#darwinConfigurations.anthonyenriquez-MacBook-Pro.system --extra-experimental-features "nix-command flakes"` build nix config
4. `nix build .#darwinConfigurations.MacBook-Pro-2.system --extra-experimental-features "nix-command flakes"` build nix config
5. `printf 'run\tprivate/var/run\n' | sudo tee -a /etc/synthetic.conf`
6. `/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t`
7. Generate ssh key
Expand Down

0 comments on commit cb53b0b

Please sign in to comment.