diff --git a/nix/flake.nix b/nix/flake.nix index 61771de..e3786a6 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -56,7 +56,7 @@ nixosConfigurations = { # Work WSL - work = nixpkgs-wsl-stable.lib.nixosSystem { + "nixos@work" = nixpkgs-wsl-stable.lib.nixosSystem { specialArgs = { inherit self inputs; }; modules = [ nixos-wsl.nixosModules.wsl @@ -77,7 +77,7 @@ }; # Home - home = nixpkgs-stable.lib.nixosSystem { + "nixos@home" = nixpkgs-stable.lib.nixosSystem { specialArgs = { inherit self inputs; }; @@ -112,7 +112,7 @@ # --- Standalone Home Manager --- homeConfigurations = { - "pan@work" = home-manager.lib.homeManagerConfiguration { + "nix@work" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs-stable.legacyPackages.${linuxSystem}; extraSpecialArgs = { inherit self inputs; }; modules = [ @@ -124,7 +124,7 @@ ]; }; - "martin@mac" = home-manager.lib.homeManagerConfiguration { + "nix@home" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs-stable.legacyPackages.${darwinSystem}; extraSpecialArgs = { inherit self inputs; }; modules = [