comment out specialisation to show it's not actually required
This commit is contained in:
parent
0e16eff1db
commit
735b1307eb
|
@ -31,9 +31,9 @@
|
||||||
nixos-x13s.kernel = "jhovold"; # jhovold is default, but mainline supported
|
nixos-x13s.kernel = "jhovold"; # jhovold is default, but mainline supported
|
||||||
|
|
||||||
# install multiple kernels! note this increases eval time for each specialization
|
# install multiple kernels! note this increases eval time for each specialization
|
||||||
specialisation = {
|
# specialisation = {
|
||||||
mainline.configuration.nixos-x13s.kernel = "mainline";
|
# mainline.configuration.nixos-x13s.kernel = "mainline";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# allow unfree firmware
|
# allow unfree firmware
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue