comment out specialisation to show it's not actually required

This commit is contained in:
Adam Stephens 2024-05-04 15:52:44 -04:00
parent 0e16eff1db
commit 735b1307eb
No known key found for this signature in database

View file

@ -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;