remove these
This commit is contained in:
parent
16d08d3546
commit
bb20d69873
1 changed files with 0 additions and 9 deletions
|
|
@ -43,16 +43,7 @@
|
|||
};
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
# Kernel and filesystem configuration for mobile-nixos
|
||||
mobile.boot.stage-1.kernel = {
|
||||
modules = [ "ext4" ]; # Modules to load in stage-1
|
||||
modular = true; # Enable kernel modules
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [
|
||||
"ext4"
|
||||
"vfat"
|
||||
];
|
||||
|
||||
# Minimal essential packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue