From bb20d698738c7a65a5e6e341ca01be07d9fb0a54 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 22 Dec 2025 22:55:25 +0300 Subject: [PATCH] remove these --- hosts/nixos/artemis/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/nixos/artemis/configuration.nix b/hosts/nixos/artemis/configuration.nix index 497b7cb..5650a77 100644 --- a/hosts/nixos/artemis/configuration.nix +++ b/hosts/nixos/artemis/configuration.nix @@ -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; [