mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
update aarch64 iso config
This commit is contained in:
parent
c3fe80b08c
commit
0e118ce557
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix") ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_testing;
|
||||
boot.supportedFilesystems = lib.mkForce [
|
||||
"btrfs"
|
||||
"reiserfs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue