From 01b9f1a2c03cefc7b3164aeaa23c81c19207bb54 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Thu, 6 Feb 2025 08:19:52 -0800 Subject: new work laptop --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 83aad41..0ed623b 100644 --- a/flake.nix +++ b/flake.nix @@ -133,6 +133,13 @@ user = "fcuny"; darwin = true; }; + + # new work laptop + darwinConfigurations.hq-kwny2vh41p = mkSystem "hq-kwny2vh41p" { + system = "aarch64-darwin"; + user = "fcuny"; + darwin = true; + }; } )); } -- cgit v1.2.3