flake: finally use hostname for macbook

sh-initrd-on-root
Zynh Ludwig 2024-07-21 12:53:43 -07:00
parent 7b4e304299
commit bc08b83283
1 changed files with 1 additions and 1 deletions

View File

@ -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; };