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 = {
# 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 = [