diff --git a/flake.nix b/flake.nix index b44d741..c3b66de 100644 --- a/flake.nix +++ b/flake.nix @@ -70,13 +70,13 @@ system = "x86_64-linux"; } ]; - homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages."x86_64-linux"; - extraSpecialArgs = { inherit inputs; }; + homeConfigurations."zynh@msiserver" = inputs.home-manager.lib.homeManagerConfiguration { + pkgs = nixpkgs.legacyPackages."x86_64-linux"; + extraSpecialArgs = { inherit inputs; }; - modules = [ - ./hosts/msiserver/home.nix - ]; - }; + modules = [ + ./hosts/msiserver/home.nix + ]; + }; }; }