mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 17:44:48 +01:00
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