flake.nix: add lax-02 nixos-anywhere config
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -230,6 +230,19 @@
|
||||
];
|
||||
};
|
||||
|
||||
# nixos-anywhere --flake .#lax-02 --generate-hardware-config nixos-generate-config ./hardware-configuration.nix lax-02
|
||||
lax-02 = lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs pkgsUnstable;
|
||||
hostname = "lax-02";
|
||||
stateversion = "25.05";
|
||||
};
|
||||
modules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
./configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
log-01 = lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs pkgsUnstable;
|
||||
|
||||
Reference in New Issue
Block a user