diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:08:07 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:08:07 -0800 |
| commit | 05fba25e608d3d44e0785f1ddb5ab30a95129131 (patch) | |
| tree | 60a2a563002079282873afad59d296958f978fce /machines/mba-m2.nix | |
| parent | use `just` (again) instead of custom scripts (diff) | |
| download | infra-05fba25e608d3d44e0785f1ddb5ab30a95129131.tar.gz | |
simplify path structures for machines
Diffstat (limited to '')
| -rw-r--r-- | machines/mba-m2.nix (renamed from machines/darwin/aarch64-darwin/mba-m2.nix) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/machines/darwin/aarch64-darwin/mba-m2.nix b/machines/mba-m2.nix index 08a27c1..398bf6d 100644 --- a/machines/darwin/aarch64-darwin/mba-m2.nix +++ b/machines/mba-m2.nix @@ -1,13 +1,13 @@ { pkgs, ... }: { age.secrets = { - ssh-remote-builder.file = ../../../secrets/ssh-remote-builder.age; + ssh-remote-builder.file = ../secrets/ssh-remote-builder.age; }; imports = [ - ../../../profiles/darwin.nix - ../../../profiles/home-manager.nix - ../../../profiles/remote-builder.nix + ../profiles/darwin.nix + ../profiles/home-manager.nix + ../profiles/remote-builder.nix ]; # https://github.com/nix-darwin/nix-darwin/issues/1339 @@ -40,9 +40,9 @@ hledger ]; imports = [ - ../../../home/profiles/mac.nix - ../../../home/profiles/media.nix - ../../../home/profiles/security.nix + ../home/profiles/mac.nix + ../home/profiles/media.nix + ../home/profiles/security.nix ]; userinfo = { email = "franck@fcuny.net"; |
