Rename systems

This commit is contained in:
Martin Pander
2026-02-09 19:47:11 +01:00
parent 0f534320a7
commit eb1c83806d

View File

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