about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-09 08:28:01 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-09 08:28:01 -0800
commit0998d8294e21cd8bdc6ac94525df0aae51bb4b0d (patch)
tree06c34041e7fb2f474e046dbb5deec3f23f82f0af /flake.nix
parentset hostname and correct ssh key (diff)
downloadworld-0998d8294e21cd8bdc6ac94525df0aae51bb4b0d.tar.gz
move each machine into a directory
it will be easier to break down some configs.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 178bc25..15cbde8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -92,7 +92,7 @@
       };
 
       # my personal MacBook Air
-      darwinConfigurations.macbook-air-m2 = mkSystem "macbook-air-m2" {
+      darwinConfigurations.mba-m2 = mkSystem "mba-m2" {
         system = "aarch64-darwin";
         user = "fcuny";
         darwin = true;