flake.nix: rename lax-02 input to lax-01

This commit is contained in:
2025-10-05 15:31:40 -07:00
parent a4a5a10f2e
commit ae12e7bc7d

View File

@@ -239,11 +239,11 @@
];
};
# nixos-anywhere --flake .#lax-02 --generate-hardware-config nixos-generate-config ./hardware-configuration.nix lax-02
lax-02 = lib.nixosSystem {
# nixos-anywhere --flake .#lax-01 --generate-hardware-config nixos-generate-config ./hardware-configuration.nix lax-01
lax-01 = lib.nixosSystem {
specialArgs = {
inherit inputs pkgsUnstable;
hostname = "lax-02";
hostname = "lax-01";
stateversion = "25.05";
};
modules = [