parent
22264fb82e
commit
a60f3996f4
1 changed files with 20 additions and 20 deletions
40
flake.nix
40
flake.nix
|
@ -68,60 +68,60 @@
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
lemp11 = nixpkgs.lib.nixosSystem {
|
lemp11 = nixpkgs.lib.nixosSystem {
|
||||||
|
modules = [
|
||||||
|
./hosts/lemp11/configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
specialArgs = specialArgs // {
|
specialArgs = specialArgs // {
|
||||||
hostname = "lemp11";
|
hostname = "lemp11";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
|
||||||
./hosts/lemp11/configuration.nix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixedo = nixpkgs.lib.nixosSystem {
|
nixedo = nixpkgs.lib.nixosSystem {
|
||||||
|
modules = [
|
||||||
|
./hosts/nixedo/configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
specialArgs = specialArgs // {
|
specialArgs = specialArgs // {
|
||||||
hostname = "nixedo";
|
hostname = "nixedo";
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
|
||||||
./hosts/nixedo/configuration.nix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
t480 = nixpkgs.lib.nixosSystem {
|
t480 = nixpkgs.lib.nixosSystem {
|
||||||
|
modules = [
|
||||||
|
./hosts/t480/configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
specialArgs = specialArgs // {
|
specialArgs = specialArgs // {
|
||||||
hostname = "t480";
|
hostname = "t480";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
|
||||||
./hosts/t480/configuration.nix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
t490 = nixpkgs.lib.nixosSystem {
|
t490 = nixpkgs.lib.nixosSystem {
|
||||||
|
modules = [
|
||||||
|
./hosts/t490/configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
specialArgs = specialArgs // {
|
specialArgs = specialArgs // {
|
||||||
hostname = "t490";
|
hostname = "t490";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
|
||||||
./hosts/t490/configuration.nix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
PW05CH3L = nixpkgs.lib.nixosSystem {
|
PW05CH3L = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
./hosts/PW05CH3L/configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
specialArgs = specialArgs // {
|
specialArgs = specialArgs // {
|
||||||
hostname = "PW05CH3L";
|
hostname = "PW05CH3L";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
|
||||||
./hosts/PW05CH3L/configuration.nix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue