seperated mac miniconfig
This commit is contained in:
parent
6f7fd35249
commit
e9386a7c5f
@ -31,22 +31,22 @@
|
|||||||
./system/old-hp/configuration.nix
|
./system/old-hp/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
2012macmini = lib.nixosSystem {
|
macmini12 = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit unstable; };
|
specialArgs = { inherit unstable; };
|
||||||
modules = [
|
modules = [
|
||||||
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
||||||
nixos-hardware.nixosModules.apple-macmini-4-1
|
nixos-hardware.nixosModules.apple-macmini-4-1
|
||||||
./system/2012macmini/configuration.nix
|
./system/macmini12/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
2015macmini = lib.nixosSystem {
|
macmini15 = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit unstable; };
|
specialArgs = { inherit unstable; };
|
||||||
modules = [
|
modules = [
|
||||||
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
||||||
nixos-hardware.nixosModules.apple-macmini-4-1
|
nixos-hardware.nixosModules.apple-macmini-4-1
|
||||||
./system/2015macmini/configuration.nix
|
./system/macmini15/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
moms-hp = lib.nixosSystem {
|
moms-hp = lib.nixosSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user