remove these

This commit is contained in:
Osman Faruk Bayram 2025-12-22 22:55:25 +03:00
parent 16d08d3546
commit bb20d69873

View file

@ -43,16 +43,7 @@
}; };
system = "aarch64-linux"; 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 # Minimal essential packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [