Update flake.nix
This commit is contained in:
parent
e2cc485f13
commit
8cebf9b016
@ -31,13 +31,13 @@
|
|||||||
./system/vincents-old-hp/configuration.nix
|
./system/vincents-old-hp/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
2012macmini = lib.nixosSystem {
|
macmini = 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/macmini/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
moms-hp = lib.nixosSystem {
|
moms-hp = lib.nixosSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user