From eb1c83806dec7b4f279ba11b8e512d41ada1fea8 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Mon, 9 Feb 2026 19:47:11 +0100 Subject: [PATCH] Rename systems --- nix/flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = [