commented out macos hardware setting in flake.nix
This commit is contained in:
parent
9aa7d3701a
commit
c60187f473
@ -17,7 +17,7 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
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
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user