From 67c3453177a3b6a310c69969bfb7d8237f12f13e Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 23 Aug 2025 16:07:27 +0200 Subject: [PATCH] Rename --- flake.nix | 2 +- hosts/macbook/{default.nix => configuration.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/macbook/{default.nix => configuration.nix} (100%) diff --git a/flake.nix b/flake.nix index 9f342f5..324ec06 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ modules = [ home-manager.darwinModules.default - ./hosts/macbook + ./hosts/macbook/configuration.nix nix-rosetta-builder.darwinModules.default { nix-rosetta-builder.onDemand = true; } ]; diff --git a/hosts/macbook/default.nix b/hosts/macbook/configuration.nix similarity index 100% rename from hosts/macbook/default.nix rename to hosts/macbook/configuration.nix