diff options
author | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
commit | d048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch) | |
tree | e7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /nix/flake | |
parent | don't sign git commits (diff) | |
download | world-d048a7b6a225f9e30b2a95e9461f4c267eb29af0.tar.gz |
add configuration for my work machine
Diffstat (limited to 'nix/flake')
-rw-r--r-- | nix/flake/hosts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index 2d655d6..7348672 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -26,6 +26,7 @@ in { darwinConfigurations = { mba-fcuny = mkDarwinConfig "aarch64-darwin" ../../hosts/mba; + HQ-C02FK3Q7MD6T = mkDarwinConfig "x86_64-darwin" ../../hosts/work; }; } ]; |