From bc08b83283478a692e5d250a66bf0b31b218072b Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 21 Jul 2024 12:53:43 -0700 Subject: [PATCH] flake: finally use hostname for macbook --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a6fd88e..6d739e4 100644 --- a/flake.nix +++ b/flake.nix @@ -94,7 +94,7 @@ ./hosts/caveserver/home.nix ]; }; - homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration { + homeConfigurations."zynh@little-lightning" = inputs.home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages."aarch64-darwin"; extraSpecialArgs = { inherit inputs; };